summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/first_run_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run_gtk.cc b/chrome/browser/first_run_gtk.cc
index d4b5e31..2c5d144 100644
--- a/chrome/browser/first_run_gtk.cc
+++ b/chrome/browser/first_run_gtk.cc
@@ -22,7 +22,7 @@ bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
bool* homepage_defined,
int* do_import_items,
int* dont_import_items) {
- NOTIMPLEMENTED();
+ // http://code.google.com/p/chromium/issues/detail?id=11971
return true;
}