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

Unified Diff: base/feature_list.h

Issue 2872743002: Add an experiment to avoid memory pressure broadcasts. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/feature_list.h
diff --git a/base/feature_list.h b/base/feature_list.h
index c9f4a7b0c462805dfd622ef68317634bae251956..aac2e530a390542c063c73c8de38f757f5eae04f 100644
--- a/base/feature_list.h
+++ b/base/feature_list.h
@@ -73,6 +73,9 @@ struct BASE_EXPORT Feature {
// After initialization (which should be done single-threaded), the FeatureList
// API is thread safe.
//
+// To integrate with Finch for experimental control, Googlers can read
+// go/finch-feature-api
+//
// Note: This class is a singleton, but does not use base/memory/singleton.h in
// order to have control over its initialization sequence. Specifically, the
// intended use is to create an instance of this class and fully initialize it,
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698