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

Unified Diff: chrome/common/pref_names.h

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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 1dbaadaf93eb89d6789ded7462d6592646cb2acb..69ca276ddcb5a55c7e163d79bf1e68fd8e814f70 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -878,6 +878,8 @@ extern const char kGoogleDSEGeolocationSetting[];
extern const char kWebShareVisitedTargets[];
+extern const char kImportantSitesDialogHistory[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698