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

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

Issue 2392343002: Plumbing in notification replies: PlatformNotificationService -> SW (Closed)
Patch Set: Remove todo as it doesn't seem necessary after all 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: 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 88642b3797ea5d1e02b1eaf3575d2c092f726f60..c6b310a1efc7650165450d830a33b5261803084b 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -16,6 +16,7 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/singleton.h"
+#include "base/strings/nullable_string16.h"
#include "base/strings/string16.h"
#include "chrome/browser/notifications/notification.h"
#include "chrome/browser/notifications/notification_common.h"
@@ -53,7 +54,8 @@ class PlatformNotificationServiceImpl
void OnPersistentNotificationClick(content::BrowserContext* browser_context,
const std::string& notification_id,
const GURL& origin,
- int action_index);
+ int action_index,
+ const base::NullableString16& reply);
// To be called when a persistent notification has been closed. The data
// associated with the notification has to be pruned from the database in this

Powered by Google App Engine
This is Rietveld 408576698