| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c613faf33e7dff7e7c3c19bfdb284f987d75bec2..1c0bf02b0836e96344633f75b58c80fb36c73eff 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2281,4 +2281,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
|
|
|