diff -r 84ad3b177aa3 -r 57d5b8e231c4 browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h --- a/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h Mon Mar 30 12:49:49 2009 +0300 +++ b/browserui/browser/FavouritesInc/BrowserAdaptiveListPopup.h Fri May 08 08:18:43 2009 +0300 @@ -77,7 +77,10 @@ /** *C++ Constructor */ - CBrowserAdaptiveListPopup( CEikEdwin* aGotoPaneEdit, CCoeControl* aParent, TParentType aParentType); + CBrowserAdaptiveListPopup( CEikEdwin* aGotoPaneEdit, + CCoeControl* aParent, + TParentType aParentType, + TBool aSearchFeature = EFalse ); /** * default constructor. @@ -175,6 +178,8 @@ HBufC* iUrlSuffixBuf; TBool iTouchSupported; TInt iMaxRecentUrlsToShow; + // shows whether search feature is enabled or not. + TBool iSearchFeature; }; #endif // BROWSERADAPTIVELISTPOPUP_H