browserui/browser/SettingsInc/SettingsContainer.h
changeset 1 57d5b8e231c4
parent 0 84ad3b177aa3
--- a/browserui/browser/SettingsInc/SettingsContainer.h	Mon Mar 30 12:49:49 2009 +0300
+++ b/browserui/browser/SettingsInc/SettingsContainer.h	Fri May 08 08:18:43 2009 +0300
@@ -151,6 +151,12 @@
         *
         */
         void HandleListBoxEventL(CEikListBox* aListBox,TListBoxEvent aEventType);
+        
+        /**
+        * HandleGainingForegroundL
+        * Handles Foreground Event.
+        */
+        void HandleGainingForegroundL();
 
     /**
     * New functions
@@ -258,6 +264,9 @@
 
         void AppendDownloadsOpenL( CDesCArray*& aItemArray,
                                 TBuf<KWmlSettingsItemMaxLength>& aItemText );
+                                
+        void AppendSearchProviderL( CDesCArray*& aItemArray,
+                                TBuf<KWmlSettingsItemMaxLength>& aItemText );
         //---------------------------------------------------------------------
         // Page Settings
         void AppendAutoLoadContentL( CDesCArray*& aItemArray,
@@ -378,6 +387,11 @@
 		*  Query user to select fromm user defined AP
 		*/
         void SelectUserDefinedAPL( TUint32& id );
+        
+        /**
+        *  Launch Search Application Settings View.
+        */
+        void RunSearchSettingsL();
 
 #ifdef __SERIES60_HELP
         /**