| Index: trunk/src/chrome/browser/browser_process_platform_part_chromeos.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/browser_process_platform_part_chromeos.h (revision 200655)
|
| +++ trunk/src/chrome/browser/browser_process_platform_part_chromeos.h (working copy)
|
| @@ -9,8 +9,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
|
|
| -class CommandLine;
|
| -
|
| namespace chromeos {
|
| class OomPriorityManager;
|
| class ProfileHelper;
|
| @@ -21,11 +19,6 @@
|
| 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();
|
|
|
|
|