Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 3fae90e41114e040a56ab583acc8ceb215589b07..b684057cab3282afbf2918f13dc25c02b36c48e9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2256,4 +2256,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 kComponentUpdatesEnabled[] = |
+ "component_updates.component_updates_enabled"; |
+ |
} // namespace prefs |