| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 8c6d16071d4c978122db4f3ade928d8e54be1dcf..b5758e406bdab8ae6a2f40c8e821e05895111175 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1056,10 +1056,11 @@ void ChromeBrowserMainParts::PostBrowserStart() {
|
|
|
| // Create the instance of the Google Now service.
|
| #if defined(ENABLE_GOOGLE_NOW)
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableGoogleNowIntegration)) {
|
| - GoogleNowServiceFactory::GetForProfile(profile_);
|
| - }
|
| + // TODO(vadim): Remove C++ Google Now implementation.
|
| + // if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + // switches::kEnableGoogleNowIntegration)) {
|
| + // GoogleNowServiceFactory::GetForProfile(profile_);
|
| + // }
|
| #endif
|
|
|
| for (size_t i = 0; i < chrome_extra_parts_.size(); ++i)
|
|
|