Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2206)

Unified Diff: chrome/common/pref_names.cc

Issue 2669873002: [ImportantSites] Implementing dialog level blacklisting and blacklist expiration (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 7b14c9a6ea83e6f322a32cfadd4009a4f8552076..9fbc4cb7e1e9a479fae044bf274ff8b6b9d413e8 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2388,4 +2388,8 @@ const char kGoogleDSEGeolocationSetting[] = "google_dse_geolocation_setting";
// value.
const char kWebShareVisitedTargets[] = "profile.web_share.visited_targets";
+// A dictionary which stores when and how many times the user has ignored the
+// important sites dialog.
+const char kImportantSitesDialogHistory[] = "important_sites.dialog_history";
gab 2017/02/06 20:34:01 "important_sites." is not an existing prefs namesp
dmurph 2017/02/06 23:34:22 It doesn't look like there's anything else - putti
+
} // namespace prefs
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698