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

Unified Diff: chrome/browser/search_engines/template_url_service_factory.cc

Issue 12217127: Alternate NTP: Show detached bookmark bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to unit_tests Created 7 years, 10 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/search_engines/template_url_service_factory.cc
diff --git a/chrome/browser/search_engines/template_url_service_factory.cc b/chrome/browser/search_engines/template_url_service_factory.cc
index f5355ae028ec8cda61832f8ab3460a7afc90fa9f..fccb5fe465e5d991e15ae798081544dbc2facfaf 100644
--- a/chrome/browser/search_engines/template_url_service_factory.cc
+++ b/chrome/browser/search_engines/template_url_service_factory.cc
@@ -93,7 +93,7 @@ bool TemplateURLServiceFactory::ServiceRedirectedInIncognito() const {
}
bool TemplateURLServiceFactory::ServiceIsNULLWhileTesting() const {
- return true;
+ return false;
sky 2013/02/12 22:29:11 I would be surprised if this doesn't effect a bunc
}
void TemplateURLServiceFactory::ProfileShutdown(Profile* profile) {
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_tab_helper.cc » ('j') | chrome/browser/ui/bookmarks/bookmark_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698