Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 464de407acbefeaf5daa6098427e2d6108fbf14b..3da4c1f3c369a3228fc645e9f5d74d09786f0ad7 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2253,4 +2253,8 @@ const char kOriginTrialPublicKey[] = "origin_trials.public_key"; |
// A list of origin trial features to disable by policy. |
const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; |
+// Policy that indicates the state of updates for the binary components. |
+const char kEnabledComponentUpdates[] = |
+ "component_updates.enabled_component_updates"; |
+ |
} // namespace prefs |