diff -r 6297cdf66332 -r d39add9822e2 web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h --- a/web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h Mon Jan 18 21:20:18 2010 +0200 +++ b/web_pub/download_mgr_ui_api/inc/DownloadsListDlgObserver.h Tue Feb 02 00:56:45 2010 +0200 @@ -65,6 +65,12 @@ * setting the downloadlist hide to the observer. */ virtual void SetDownloadListHide( TBool aHide ) = 0; +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + /** + * Adding Aiw Commands for the given MenuPane to the observer. + */ + virtual void AIWPlugInMenusL(TInt aResourceId,CEikMenuPane* aMenuPane) = 0; +#endif }; #endif /* DOWNLOADSLISTDLGOBSERVER_H */