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

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

Issue 2093953002: Introduce a new API to handle native notification clicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 5 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/platform_notification_service_impl.h
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
index 4dd3977804c354e4ba859dca89579429fa6c178b..88f0b080460467004935f412c48ff3de112c1e94 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -47,16 +47,6 @@ class PlatformNotificationServiceImpl
// be called from any thread.
static PlatformNotificationServiceImpl* GetInstance();
- // Load the profile corresponding to |profile_id| and perform the
- // |operation| on the given notification once it has been loaded.
- void ProcessPersistentNotificationOperation(
- NotificationCommon::Operation operation,
- const std::string& profile_id,
- bool incognito,
- const GURL& origin,
- int64_t persistent_notification_id,
- int action_index);
-
// To be called when a persistent notification has been clicked on. The
// Service Worker associated with the registration will be started if
// needed, on which the event will be fired. Must be called on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698