diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 18:02:09 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-16 18:02:09 +0000 |
commit | 8fb6a8d96860124354f7fd5ecab378d47644fc07 (patch) | |
tree | 14c2b467aa36e249b22a9000d926ec3dac8294b7 /chrome/browser/browser_process_impl.h | |
parent | 5af8527e5662edc372f7c4f075b88e550995b830 (diff) | |
download | chromium_src-8fb6a8d96860124354f7fd5ecab378d47644fc07.zip chromium_src-8fb6a8d96860124354f7fd5ecab378d47644fc07.tar.gz chromium_src-8fb6a8d96860124354f7fd5ecab378d47644fc07.tar.bz2 |
Move winaura specific methods and members from chrome/browser/browser_process.h to chrome/browser/browser_process_platform_part_winaura.h
Precursor CL to https://codereview.chromium.org/14576015/
BUG=235648, 232842, 179830
Review URL: https://chromiumcodereview.appspot.com/14698027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200576 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index 7010aa3..0479e31 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -41,10 +41,6 @@ class BrowserPolicyConnector; class PolicyService; }; -#if defined(OS_WIN) && defined(USE_AURA) -class MetroViewerProcessHost; -#endif - #if defined(OS_MACOSX) class AppShimHostManager; #endif @@ -132,12 +128,7 @@ class BrowserProcessImpl : public BrowserProcess, virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE; virtual chrome::MediaFileSystemRegistry* media_file_system_registry() OVERRIDE; - virtual void PlatformSpecificCommandLineProcessing( - const CommandLine& command_line) OVERRIDE; virtual bool created_local_state() const OVERRIDE; -#if defined(OS_WIN) && defined(USE_AURA) - virtual void OnMetroViewerProcessTerminated() OVERRIDE; -#endif static void RegisterPrefs(PrefRegistrySimple* registry); @@ -292,14 +283,6 @@ class BrowserProcessImpl : public BrowserProcess, scoped_refptr<PluginsResourceService> plugins_resource_service_; #endif -#if defined(OS_WIN) && defined(USE_AURA) - void PerformInitForWindowsAura(const CommandLine& command_line); - - // Hosts the channel for the Windows 8 metro viewer process which runs in - // the ASH environment. - scoped_ptr<MetroViewerProcessHost> metro_viewer_process_host_; -#endif - #if defined(OS_MACOSX) // Hosts the IPC channel factory that App Shims connect to on Mac. scoped_ptr<AppShimHostManager> app_shim_host_manager_; |