summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r--chrome/common/temp_scaffolding_stubs.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 423acdc..baaf839 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -103,11 +103,11 @@ void OpenFirstRunDialog(Profile* profile) { NOTIMPLEMENTED(); }
//--------------------------------------------------------------------------
void InstallJankometer(const CommandLine&) {
- NOTIMPLEMENTED();
+ // http://code.google.com/p/chromium/issues/detail?id=8077
}
void UninstallJankometer() {
- NOTIMPLEMENTED();
+ // http://code.google.com/p/chromium/issues/detail?id=8077
}
//--------------------------------------------------------------------------