browserui/videoservices/inc/VideoServicesAppUi.h
changeset 24 868cceedabd3
parent 0 84ad3b177aa3
equal deleted inserted replaced
18:b57c5fc53578 24:868cceedabd3
    27 #include <coeccntx.h>
    27 #include <coeccntx.h>
    28 #include <aknappui.h>
    28 #include <aknappui.h>
    29 #include <browserlauncher.h>
    29 #include <browserlauncher.h>
    30 #include <downloadedcontenthandler.h>
    30 #include <downloadedcontenthandler.h>
    31 #include <centralrepository.h>
    31 #include <centralrepository.h>
    32 #include <HttpCacheManagerInternalCRKeys.h>    
    32 #include <httpcachemanagerinternalcrkeys.h>    
    33 #include "VideoServicesPrivateCRKeys.h"
    33 #include "VideoServicesPrivateCRKeys.h"
    34 
    34 
    35 #include <favouriteslimits.h> // KFavouritesMaxUrl
    35 #include <favouriteslimits.h> // KFavouritesMaxUrl
    36 #include <BrowserOverriddenSettings.h>
    36 #include <browseroverriddensettings.h>
    37 
    37 
    38 // CONSTANTS
    38 // CONSTANTS
    39 const TUid KUidBrowserApplication = { 0x10008d39 };				//Browser UID
    39 const TUid KUidBrowserApplication = { 0x10008d39 };				//Browser UID
    40 _LIT( KBrowserPath, "Z:\\system\\apps\\Browser\\Browser.app" );	//Browser path
    40 _LIT( KBrowserPath, "Z:\\system\\apps\\Browser\\Browser.app" );	//Browser path
    41 
    41