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

Unified Diff: chrome/browser/engagement/important_sites_util.h

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: move filter creation back, add notification status Created 3 years, 9 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/browser/engagement/important_sites_util.h
diff --git a/chrome/browser/engagement/important_sites_util.h b/chrome/browser/engagement/important_sites_util.h
index 408dff05d7c3f92d8115c2b426b2f2caca2629b0..bfcdd47879e4a10bfb8431fd1530a0c8019aa76c 100644
--- a/chrome/browser/engagement/important_sites_util.h
+++ b/chrome/browser/engagement/important_sites_util.h
@@ -26,6 +26,8 @@ class ImportantSitesUtil {
int32_t reason_bitfield = 0;
};
+ static bool HasNotifications(const ImportantDomainInfo& info);
+
static bool IsDialogDisabled(Profile* profile);
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);

Powered by Google App Engine
This is Rietveld 408576698