Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1fb18e97dbd3ada97d976803f9fd052d1d795a96..b148158ed1f771e1687b9a00dee339dc88bbb7d9 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2271,4 +2271,9 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions"; |
const char kRecoveryComponentNeedsElevation[] = |
"recovery_component.needs_elevation"; |
+#if defined(ENABLE_EXTENSIONS) |
+// Policy that indicates how to handle animated images. |
+const char kAnimationPolicy[] = "settings.a11y.animation_policy"; |
+#endif |
+ |
} // namespace prefs |