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

Unified Diff: chrome/browser/bookmarks/bookmark_model_factory.cc

Issue 12330073: Disable ProfileKeyedServices on import process by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to ToT Created 7 years, 9 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/bookmarks/bookmark_model_factory.cc
diff --git a/chrome/browser/bookmarks/bookmark_model_factory.cc b/chrome/browser/bookmarks/bookmark_model_factory.cc
index b8d23a99dc58ce155587fc355c77fc0e6dd940b1..39218661f6f48fee3c4e2f9af6b6d67913f4cdf5 100644
--- a/chrome/browser/bookmarks/bookmark_model_factory.cc
+++ b/chrome/browser/bookmarks/bookmark_model_factory.cc
@@ -60,6 +60,10 @@ bool BookmarkModelFactory::ServiceIsNULLWhileTesting() const {
return true;
}
+bool BookmarkModelFactory::ServiceIsNULLOnImportProcess() const {
+ return false;
+}
+
// static
BookmarkService* BookmarkService::FromBrowserContext(
content::BrowserContext* browser_context) {

Powered by Google App Engine
This is Rietveld 408576698