| Index: chrome/browser/browser_process_platform_part_chromeos.cc
|
| diff --git a/chrome/browser/browser_process_platform_part_chromeos.cc b/chrome/browser/browser_process_platform_part_chromeos.cc
|
| index ab5c21f684e36b9370d5edd9d5eeae8719cf1658..25f881d2abbf82f9bb999aea7edfdcbe9aefa6ca 100644
|
| --- a/chrome/browser/browser_process_platform_part_chromeos.cc
|
| +++ b/chrome/browser/browser_process_platform_part_chromeos.cc
|
| @@ -14,6 +14,10 @@ BrowserProcessPlatformPart::BrowserProcessPlatformPart()
|
| BrowserProcessPlatformPart::~BrowserProcessPlatformPart() {
|
| }
|
|
|
| +void BrowserProcessPlatformPart::PlatformSpecificCommandLineProcessing(
|
| + const CommandLine& /* command_line */) {
|
| +}
|
| +
|
| void BrowserProcessPlatformPart::StartTearDown() {
|
| profile_helper_.reset();
|
| }
|
|
|