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

Unified Diff: content/shell/browser/layout_test/layout_test_notification_manager.cc

Issue 1269923003: Plumb notification action index for desktop SW notificationclick (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@actions
Patch Set: Created 5 years, 4 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/shell/browser/layout_test/layout_test_notification_manager.cc
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc
index 057cc171300b28dedd5ff4d8e694a6f91c51f76b..1e405add13afad290655388e3f551b99d5029087 100644
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc
@@ -127,6 +127,7 @@ void LayoutTestNotificationManager::SimulateClick(const std::string& title) {
notification.browser_context,
notification.persistent_id,
notification.origin,
+ -1 /* action_index */,
base::Bind(&OnEventDispatchComplete));
}

Powered by Google App Engine
This is Rietveld 408576698