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

Unified Diff: chrome/common/chrome_features.h

Issue 2253953003: Disable AutoImport: experiment and histogram for analysis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 5f3a814089a90bb24feb340745cdecfb1dce6f4a..26641e31e246a803498fd28ee2f5bcab7f6bffba 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -35,6 +35,11 @@ extern const base::Feature kBlockSmallContent;
extern const base::Feature kBrowserHangFixesExperiment;
+
+#if defined(OS_WIN)
+extern const base::Feature kDisableFirstRunAutoImportWin;
sky 2016/08/29 16:08:56 If possible, use Enable instead of disable. That w
gcomanici 2016/08/30 18:30:30 I think the name should stay kDisableFirstRunAutoI
+#endif // defined(OS_WIN)
+
extern const base::Feature kDisplayPersistenceToggleInPermissionPrompts;
extern const base::Feature kExpectCTReporting;

Powered by Google App Engine
This is Rietveld 408576698