Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f8aff32687703fc9f6e5c852fff2a52f6344027e..c3c12e970155bc9fb4914cb930a87898f5826a3c 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -880,6 +880,8 @@ const char kDeauthorizeContentLicenses[] = |
const char kDeleteTimePeriod[] = "browser.clear_data.time_period"; |
const char kLastClearBrowsingDataTime[] = |
"browser.last_clear_browsing_data_time"; |
+const char kClearBrowsingDataHistoryNoticeShownTimes[] = |
+ "browser.clear_data.history_notice_shown_times"; |
// Boolean pref to define the default values for using spellchecker. |
const char kEnableContinuousSpellcheck[] = "browser.enable_spellchecking"; |