Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Unified Diff: chrome/browser/browser_process_impl.h

Issue 14698027: Move winaura specific methods and members from chrome/browser/browser_process.h to chrome/browser/b… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix includes in testing_browser_process_platform_part.h Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_impl.h
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
index 7010aa3ecf956bee9d1a34f66d1679d6e348b3d6..0479e31edb99d8165b0a673197faf171d7e13c57 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_;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698