| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index b67c1b61452fee10910613eac1bb7aab8c36dc1d..e8eeea28d9002abc6d78c589c690ed8d93955415 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -818,6 +818,10 @@ extern const char kPasswordBubbleLastInteractions[];
|
|
|
| extern const char kRecoveryComponentNeedsElevation[];
|
|
|
| +#if defined(ENABLE_EXTENSIONS)
|
| +extern const char kAnimationPolicy[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|