Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index de7bc6efd5ea64e103696091f287206214dc0abf..079c4ea39ae4e165bd396641185c8e9957ffca5d 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1521,7 +1521,7 @@ const Experiment kExperiments[] = { |
"enable-google-now", |
IDS_FLAGS_ENABLE_GOOGLE_NOW_INTEGRATION_NAME, |
IDS_FLAGS_ENABLE_GOOGLE_NOW_INTEGRATION_DESCRIPTION, |
- kOsWin | kOsCrOS | kOsMac, |
+ kOsDesktop, |
ENABLE_DISABLE_VALUE_TYPE( |
switches::kEnableGoogleNowIntegration, |
switches::kDisableGoogleNowIntegration) |