Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 1ebc053b4da863e98fa87e635d2e77b0c005ae6c..07e8bd70c2c8c7f32035768ac03c4c39451ea794 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2303,4 +2303,6 @@ const char kPasswordBubbleLastInteractions[] = "password_bubble.interactions"; |
const char kRecoveryComponentNeedsElevation[] = |
"recovery_component.needs_elevation"; |
+// Policy that indicates how to handle animated images. |
+const char kAnimationPolicy[] = "settings.a11y.animation_policy"; |
} // namespace prefs |