| 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();
|
|
|
|
|