Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index c48a38145e22bc6707966896ce90a1a1cda2c0a5..940f55b4e6e1a73e40120cd916b35b40254f23f3 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"; |