| Index: chrome/common/temp_scaffolding_stubs.cc
|
| diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
|
| index 39371e4adcfa7188f09a86351aab2278d47a1cdd..af060d5cd4a808afe43dda46a5826ba6ceae1474 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.cc
|
| +++ b/chrome/common/temp_scaffolding_stubs.cc
|
| @@ -198,6 +198,7 @@ Upgrade::TryResult ShowTryChromeDialog() {
|
|
|
| //--------------------------------------------------------------------------
|
|
|
| +#if defined(OS_MACOSX)
|
| void InstallJankometer(const CommandLine&) {
|
| // http://code.google.com/p/chromium/issues/detail?id=8077
|
| }
|
| @@ -205,6 +206,7 @@ void InstallJankometer(const CommandLine&) {
|
| void UninstallJankometer() {
|
| // http://code.google.com/p/chromium/issues/detail?id=8077
|
| }
|
| +#endif
|
|
|
| //--------------------------------------------------------------------------
|
|
|
|
|