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

Unified Diff: chrome/common/pref_names.h

Issue 2669873002: [ImportantSites] Implementing dialog level blacklisting and blacklist expiration (Closed)
Patch Set: 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 5bdcc20e872757a46995fbf711d3debc71283ba6..aac73f5d60d525a8266897b4a4bffdc4dbd02916 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -872,6 +872,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