| Index: chrome/browser/browser_process_platform_part_chromeos.h
|
| diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
|
| index f070546358222aa628901146f60be2828a5ebadd..5976302986e3d2ff0f4b1b250f6774d84ead5839 100644
|
| --- a/chrome/browser/browser_process_platform_part_chromeos.h
|
| +++ b/chrome/browser/browser_process_platform_part_chromeos.h
|
| @@ -9,6 +9,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|
| +class CommandLine;
|
| +
|
| namespace chromeos {
|
| class OomPriorityManager;
|
| class ProfileHelper;
|
| @@ -19,6 +21,11 @@ class BrowserProcessPlatformPart : public base::NonThreadSafe {
|
| 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();
|
|
|
|
|