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

Unified Diff: chrome/browser/browser_process_platform_part.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_impl_win.cc ('k') | chrome/browser/browser_process_platform_part.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_platform_part.h
diff --git a/chrome/browser/browser_process_platform_part.h b/chrome/browser/browser_process_platform_part.h
index 817ea9ffd329b48080aa234bdea705af0082febb..01000a0110ca0afd480a7596bd11d1c19d2054bc 100644
--- a/chrome/browser/browser_process_platform_part.h
+++ b/chrome/browser/browser_process_platform_part.h
@@ -7,11 +7,18 @@
#include "base/basictypes.h"
+class CommandLine;
+
class BrowserProcessPlatformPart {
public:
BrowserProcessPlatformPart();
virtual ~BrowserProcessPlatformPart();
+ // Called after creating the process singleton or when another chrome
+ // rendez-vous with this one.
+ virtual void PlatformSpecificCommandLineProcessing(
+ const CommandLine& command_line);
+
// Called from BrowserProcessImpl::StartTearDown().
virtual void StartTearDown();
« no previous file with comments | « chrome/browser/browser_process_impl_win.cc ('k') | chrome/browser/browser_process_platform_part.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698