Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 077fb3089d8b64106c40958c84013ae58ca8c0d9..81ae74da2c3925dd74f58fb37cc50e53af6f1c81 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1260,6 +1260,15 @@ const Experiment kExperiments[] = { |
SINGLE_VALUE_TYPE(switches::kDisableGestureRequirementForMediaPlayback) |
}, |
#endif |
+#if defined(ENABLE_GOOGLE_NOW) |
+ { |
+ "enable-google-now", |
+ IDS_FLAGS_ENABLE_GOOGLE_NOW_INTEGRATION_NAME, |
+ IDS_FLAGS_ENABLE_GOOGLE_NOW_INTEGRATION_DESCRIPTION, |
+ kOsWin | kOsCrOS, |
+ SINGLE_VALUE_TYPE(switches::kEnableGoogleNowIntegration) |
+ }, |
+#endif |
}; |
const Experiment* experiments = kExperiments; |