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

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

Issue 12670013: Out-of-process import on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extract some more CLs Created 7 years, 8 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: chrome/browser/first_run/first_run_mac.mm
diff --git a/chrome/browser/first_run/first_run_mac.mm b/chrome/browser/first_run/first_run_mac.mm
index 543d3d568578002cdff8b4824b622e61c25fb386..f75bf5b79f6f102dad4c5b383baad0d570da8443 100644
--- a/chrome/browser/first_run/first_run_mac.mm
+++ b/chrome/browser/first_run/first_run_mac.mm
@@ -15,11 +15,6 @@
namespace first_run {
namespace internal {
-bool ImportBookmarks(const base::FilePath& import_bookmarks_path) {
- // http://crbug.com/48880
gab 2013/04/18 21:51:18 Fixed as a side-effect of running the same code on
- return false;
-}
-
base::FilePath MasterPrefsPath() {
return master_prefs::MasterPrefsPath();
}

Powered by Google App Engine
This is Rietveld 408576698