Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index 0246230e2f3c6bbd7ddee0f5e4077617edf32ae4..a5458abf476e53800db0c2d9b2cc5236969090bc 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -2261,4 +2261,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"; |
|
Lei Zhang
2015/01/28 19:38:43
nit: have a blank line after this, like before.
je_julie(Not used)
2015/01/30 15:58:06
Done.
|
| } // namespace prefs |