| Index: trunk/src/chrome/browser/browser_process_platform_part.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/browser_process_platform_part.h (revision 200655)
|
| +++ trunk/src/chrome/browser/browser_process_platform_part.h (working copy)
|
| @@ -7,18 +7,11 @@
|
|
|
| #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();
|
|
|
|
|