diff -r 5c11946e75b3 -r c9249d037530 browserui/browser/BrowserAppInc/BrowserUIVariant.hrh --- a/browserui/browser/BrowserAppInc/BrowserUIVariant.hrh Wed Mar 31 21:35:49 2010 +0300 +++ b/browserui/browser/BrowserAppInc/BrowserUIVariant.hrh Wed Apr 14 16:00:33 2010 +0300 @@ -63,9 +63,13 @@ // // Feature to enable Page Overview and Graphical History +// After 9.2 TB, This feature is used only to enable page overview // -#define KBrowserGraphicalPage 0x20 - +#ifdef BRDO_MULTITOUCH_ENABLED_FF + #define KBrowserGraphicalPage 0x00 +#else + #define KBrowserGraphicalPage 0x20 +#endif // // Feature to enable Auto Form Fill and Password Management options //