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) |