| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 5c1f0f84f5ddc3b1b0ca082b2666ddb033869001..a2adeab5009f5a01e6adb4804e5443e872a17644 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -534,6 +534,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[];
|
|
|