| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index c850042c7d8bf5e8e14229d17f13367adc15ae25..67930b4954f2695a1a23c0020ede0951110bbcd8 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2532,4 +2532,11 @@ const char kSettingsResetPromptLastTriggeredForStartupUrls[] =
|
| const char kSettingsResetPromptLastTriggeredForHomepage[] =
|
| "settings_reset_prompt.last_triggered_for_homepage";
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Timestamp of the clipboard's last modified time, stored in base::Time's
|
| +// internal format (int64) in local store. (I.e., this is not a per-profile
|
| +// pref.)
|
| +const char kClipboardLastModifiedTime[] = "ui.clipboard.last_modified_time";
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|