Commit 21204a17 authored by Henrique Nakashima's avatar Henrique Nakashima Committed by Commit Bot

Add comment to CachedFeatureFlags#sNonDynamicPrefKeys.

Bug: 1012975
Change-Id: Iafb25a6fcc6a003266c8cba49a6db3b5aa477c28
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044761
Auto-Submit: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: David Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#742431}
parent 4cc0fcd7
...@@ -70,6 +70,12 @@ public class CachedFeatureFlags { ...@@ -70,6 +70,12 @@ public class CachedFeatureFlags {
} }
}; };
/**
* Non-dynamic preference keys used historically for specific features.
*
* Do not add new values to this list. To add a new cached feature flag, just follow the
* instructions in the class javadoc.
*/
private static final Map<String, String> sNonDynamicPrefKeys = new HashMap<String, String>() { private static final Map<String, String> sNonDynamicPrefKeys = new HashMap<String, String>() {
{ {
put(ChromeFeatureList.SERVICE_MANAGER_FOR_DOWNLOAD, put(ChromeFeatureList.SERVICE_MANAGER_FOR_DOWNLOAD,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment