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

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

Issue 15968002: Revert 201837 "OOP import on Windows." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
Index: trunk/src/chrome/browser/first_run/first_run_mac.mm
===================================================================
--- trunk/src/chrome/browser/first_run/first_run_mac.mm (revision 201967)
+++ trunk/src/chrome/browser/first_run/first_run_mac.mm (working copy)
@@ -15,6 +15,11 @@
namespace first_run {
namespace internal {
+bool ImportBookmarks(const base::FilePath& import_bookmarks_path) {
+ // http://crbug.com/48880
+ return false;
+}
+
base::FilePath MasterPrefsPath() {
return master_prefs::MasterPrefsPath();
}
« no previous file with comments | « trunk/src/chrome/browser/first_run/first_run_linux.cc ('k') | trunk/src/chrome/browser/first_run/first_run_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698