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

Unified Diff: content/public/browser/notification_event_dispatcher.h

Issue 2392343002: Plumbing in notification replies: PlatformNotificationService -> SW (Closed)
Patch Set: include base/logging.h for NOTIMPLEMENTED Created 4 years, 2 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: content/public/browser/notification_event_dispatcher.h
diff --git a/content/public/browser/notification_event_dispatcher.h b/content/public/browser/notification_event_dispatcher.h
index 1c2289d3ffc9c5820d025eab48d41f69100a3730..ce2261b3044b878d67a1110329b87ce2ecf792f5 100644
--- a/content/public/browser/notification_event_dispatcher.h
+++ b/content/public/browser/notification_event_dispatcher.h
@@ -13,6 +13,10 @@
class GURL;
+namespace base {
+class NullableString16;
+}
+
namespace content {
class BrowserContext;
@@ -36,6 +40,7 @@ class CONTENT_EXPORT NotificationEventDispatcher {
const std::string& notification_id,
const GURL& origin,
int action_index,
+ const base::NullableString16& reply,
const NotificationDispatchCompleteCallback&
dispatch_complete_callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698