Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: chrome/browser/first_run/first_run_mac.mm

Issue 3148001: Reworked Avi's patch for master prefs implemented on mac to work with new fir... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/first_run/first_run_gtk.cc ('k') | chrome/browser/first_run/first_run_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run_mac.mm
===================================================================
--- chrome/browser/first_run/first_run_mac.mm (revision 57069)
+++ chrome/browser/first_run/first_run_mac.mm (working copy)
@@ -57,13 +57,6 @@
return controller->DoFirstRun(profile, process_singleton);
}
-bool FirstRun::ProcessMasterPreferences(const FilePath& user_data_dir,
- MasterPrefs* out_prefs) {
- // TODO(jeremy,viettrungluu): http://crbug.com/44901
- NOTIMPLEMENTED();
- return true;
-}
-
FirstRunController::FirstRunController()
: importer_host_(new ExternalProcessImporterHost) {
}
@@ -156,3 +149,7 @@
return true;
}
+bool FirstRun::ImportBookmarks(const FilePath& import_bookmarks_path) {
+ // http://crbug.com/48880
+ return false;
+}
« no previous file with comments | « chrome/browser/first_run/first_run_gtk.cc ('k') | chrome/browser/first_run/first_run_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698