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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 12508004: Enabling testing Google Now component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 09ede3412fd5a4ff02156ba5abb0aa8681ad9fa1..a120fe376f307c7b72d275cf0234552ba820ada9 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1061,14 +1061,6 @@ void ChromeBrowserMainParts::PostBrowserStart() {
RunPageCycler();
#endif
- // Create the instance of the Google Now service.
-#if defined(ENABLE_GOOGLE_NOW)
- if (CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableGoogleNowIntegration)) {
- GoogleNowServiceFactory::GetForProfile(profile_);
- }
-#endif
-
for (size_t i = 0; i < chrome_extra_parts_.size(); ++i)
chrome_extra_parts_[i]->PostBrowserStart();
#if !defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698