| Index: chrome/common/temp_scaffolding_stubs.cc
|
| diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
|
| index 469049966e7d8485f5daf6ce8440ff76c8f6bbea..181d4b12e116391a8d8cd1c9cf65ee5ceec46098 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.cc
|
| +++ b/chrome/common/temp_scaffolding_stubs.cc
|
| @@ -211,19 +211,19 @@ int FirstRun::ImportNow(Profile* profile, const CommandLine& cmdline) {
|
|
|
| // static
|
| bool Upgrade::IsBrowserAlreadyRunning() {
|
| - NOTIMPLEMENTED();
|
| + // http://code.google.com/p/chromium/issues/detail?id=9295
|
| return false;
|
| }
|
|
|
| // static
|
| bool Upgrade::RelaunchChromeBrowser(const CommandLine& command_line) {
|
| - NOTIMPLEMENTED();
|
| + // http://code.google.com/p/chromium/issues/detail?id=9295
|
| return true;
|
| }
|
|
|
| // static
|
| bool Upgrade::SwapNewChromeExeIfPresent() {
|
| - NOTIMPLEMENTED();
|
| + // http://code.google.com/p/chromium/issues/detail?id=9295
|
| return true;
|
| }
|
|
|
|
|