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

Unified Diff: chrome/common/pref_names.h

Issue 2669873002: [ImportantSites] Implementing dialog level blacklisting and blacklist expiration (Closed)
Patch Set: Comments, still no tests Created 3 years, 11 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 3cc7fde98e178076174338e5e50977944556e010..60aa0386dd14ec48205c2ffe2cb0843c925e469c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -876,6 +876,8 @@ extern const char kSearchGeolocationPostDisclosureMetricsRecorded[];
extern const char kGoogleDSEGeolocationSetting[];
+extern const char kImportantSitesDialogHistory[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698