X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Ftest%2Fbase%2Ftesting_browser_process.h;h=f15227ae5f8d65ea896f01d00aa57245399e5d8a;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=d497f5674dc21419b69979596393ffcfe2e0d9c3;hpb=ff3e2503a20db9193d323c1d19c38c68004dec4a;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/test/base/testing_browser_process.h b/src/chrome/test/base/testing_browser_process.h index d497f56..f15227a 100644 --- a/src/chrome/test/base/testing_browser_process.h +++ b/src/chrome/test/base/testing_browser_process.h @@ -57,6 +57,7 @@ class TestingBrowserProcess : public BrowserProcess { virtual void ResourceDispatcherHostCreated() OVERRIDE; virtual void EndSession() OVERRIDE; virtual MetricsService* metrics_service() OVERRIDE; + virtual rappor::RapporService* rappor_service() OVERRIDE; virtual IOThread* io_thread() OVERRIDE; virtual WatchDogThread* watchdog_thread() OVERRIDE; virtual ProfileManager* profile_manager() OVERRIDE; @@ -82,12 +83,10 @@ class TestingBrowserProcess : public BrowserProcess { virtual NotificationUIManager* notification_ui_manager() OVERRIDE; virtual message_center::MessageCenter* message_center() OVERRIDE; virtual IntranetRedirectDetector* intranet_redirect_detector() OVERRIDE; - virtual AutomationProviderList* GetAutomationProviderList() OVERRIDE; virtual void CreateDevToolsHttpProtocolHandler( chrome::HostDesktopType host_desktop_type, const std::string& ip, - int port, - const std::string& frontend_url) OVERRIDE; + int port) OVERRIDE; virtual unsigned int AddRefModule() OVERRIDE; virtual unsigned int ReleaseModule() OVERRIDE; virtual bool IsShuttingDown() OVERRIDE; @@ -112,7 +111,6 @@ class TestingBrowserProcess : public BrowserProcess { virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE; virtual component_updater::PnaclComponentInstaller* pnacl_component_installer() OVERRIDE; - virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE; virtual MediaFileSystemRegistry* media_file_system_registry() OVERRIDE; virtual bool created_local_state() const OVERRIDE; @@ -127,7 +125,6 @@ class TestingBrowserProcess : public BrowserProcess { void SetIOThread(IOThread* io_thread); void SetBrowserPolicyConnector(policy::BrowserPolicyConnector* connector); void SetSafeBrowsingService(SafeBrowsingService* sb_service); - void SetBookmarkPromptController(BookmarkPromptController* controller); void SetSystemRequestContext(net::URLRequestContextGetter* context_getter); private: @@ -158,7 +155,6 @@ class TestingBrowserProcess : public BrowserProcess { scoped_ptr prerender_tracker_; scoped_refptr sb_service_; - scoped_ptr bookmark_prompt_controller_; #endif // !defined(OS_IOS) #if !defined(OS_IOS) && !defined(OS_ANDROID)