| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 43de89d014a89515cc03bd9dd0e55ce485edd87d..d4742d5aa375e86fc6883e56efcb91012a81dccd 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2284,4 +2284,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
|
|
|