browserui/browser/SettingsInc/BrowserUiPrivateCRKeys.h
changeset 10 4530440261a8
parent 0 84ad3b177aa3
child 24 868cceedabd3
equal deleted inserted replaced
5:e45c3f40ea5f 10:4530440261a8
    63 
    63 
    64 // Browser's user-defined homepage URL setting.
    64 // Browser's user-defined homepage URL setting.
    65 // Valid values: URL string, up to 1000 characters
    65 // Valid values: URL string, up to 1000 characters
    66 const TUint32 KBrowserNGHomepageURL =         0x00000030;
    66 const TUint32 KBrowserNGHomepageURL =         0x00000030;
    67 
    67 
    68 // Integer type value to indicate what type of Home Page 
       
    69 // should be launched when "Home" option is activated.
       
    70 // Valid values:  
       
    71 // AccessPoint = 0,
       
    72 // User defined home page address = 1,
       
    73 // Current URL = 2,
       
    74 // Bookmarks = 3    
       
    75 const TUint32 KBrowserNGHomepageType =        0x00000031;
       
    76 
       
    77 //DEPRECATED/OBSOLETE: Determine if the platform toolbar should be visible next time Browser starts
    68 //DEPRECATED/OBSOLETE: Determine if the platform toolbar should be visible next time Browser starts
    78 const TUint32 KBrowserNGShowPlatformToolbar = 0x00000048;
    69 const TUint32 KBrowserNGShowPlatformToolbar = 0x00000048;
    79 
    70 
    80 //DEPRECATED/OBSOLETE:  Int value which determines which of the toolbars was last visible. 0 - basic toolbar, 1 - address toolbar
    71 //DEPRECATED/OBSOLETE:  Int value which determines which of the toolbars was last visible. 0 - basic toolbar, 1 - address toolbar
    81 const TUint32 KBrowserNGLastVisibleToolbar = 0x00000049;
    72 const TUint32 KBrowserNGLastVisibleToolbar = 0x00000049;