| Index: chrome/browser/browser_process_platform_part.cc
|
| diff --git a/chrome/browser/browser_process_platform_part.cc b/chrome/browser/browser_process_platform_part.cc
|
| index 6b71dfc183e49045132f76b663ae680f16a5c243..d5afefb800fdf2252b1fd19f4e17b35571828c98 100644
|
| --- a/chrome/browser/browser_process_platform_part.cc
|
| +++ b/chrome/browser/browser_process_platform_part.cc
|
| @@ -10,5 +10,9 @@ BrowserProcessPlatformPart::BrowserProcessPlatformPart() {
|
| BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
|
| }
|
|
|
| +void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
|
| + const CommandLine& /* command_line */) {
|
| +}
|
| +
|
| void BrowserProcessPlatformPart::StartTearDown() {
|
| }
|
|
|