| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index a13e3211982af91d8857347c80bd9cfe5b24bfae..5ae54d06d35655d86e2898bb9328e0fecdaf6b20 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -180,6 +180,8 @@ extern const char kAlternateProtocolServers[];
|
| extern const char kDisabledSchemes[];
|
| #if defined(OS_ANDROID)
|
| extern const char kLastPolicyCheckTime[];
|
| +#endif
|
| +#if defined(OS_ANDROID) || defined(OS_IOS)
|
| extern const char kManagedBookmarks[];
|
| #endif
|
| extern const char kInstantUIZeroSuggestUrlPrefix[];
|
|
|