| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 0d9f420b3dc2de490061821ba7909560719e8b92..85b24dcc60f4e0626e9454655c740d8fc3544039 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -535,6 +535,10 @@ extern const char kNtpCollapsedSnapshotDocument[];
|
| extern const char kNtpCollapsedSyncPromo[];
|
| #endif
|
| extern const char kNtpShownPage[];
|
| +#if defined(OS_ANDROID)
|
| +extern const char kNTPSuggestionsURL[];
|
| +extern const char kNTPSuggestionsSource[];
|
| +#endif
|
|
|
| extern const char kDevToolsAdbKey[];
|
| extern const char kDevToolsDisabled[];
|
|
|