| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 44f3d466588f760185a74ad656b5c6e594d54904..04c8bf160db5e3a58c6a9689c2028ddeab2e7805 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -912,6 +912,11 @@ extern const char kSettingsResetPromptPromptWave[];
|
| extern const char kSettingsResetPromptLastTriggeredForDefaultSearch[];
|
| extern const char kSettingsResetPromptLastTriggeredForStartupUrls[];
|
| extern const char kSettingsResetPromptLastTriggeredForHomepage[];
|
| +
|
| +#if defined(OS_ANDROID)
|
| +extern const char kClipboardLastModifiedTime[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|