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

Unified Diff: chrome/browser/notifications/notification_ui_manager_android.h

Issue 1127013008: Beginnings of synchronizing notifications in the notification database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/notifications/notification_ui_manager_android.h
diff --git a/chrome/browser/notifications/notification_ui_manager_android.h b/chrome/browser/notifications/notification_ui_manager_android.h
index 59b5adc640d150c7f03570e44c6065474a55b6c9..68fd226d411146f134ca07b56b51d7b2273ac2e7 100644
--- a/chrome/browser/notifications/notification_ui_manager_android.h
+++ b/chrome/browser/notifications/notification_ui_manager_android.h
@@ -54,6 +54,7 @@ class NotificationUIManagerAndroid : public NotificationUIManager {
std::set<std::string> GetAllIdsByProfileAndSourceOrigin(Profile* profile,
const GURL& source)
override;
+ std::set<std::string> GetAllIdsByProfile(Profile* profile) override;
bool CancelAllBySourceOrigin(const GURL& source_origin) override;
bool CancelAllByProfile(ProfileID profile_id) override;
void CancelAll() override;

Powered by Google App Engine
This is Rietveld 408576698