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

Unified Diff: components/test_runner/test_runner.h

Issue 1262893006: Enable testing NotificationEvent.action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@click_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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 22e8dd36f8ebb4c0617dd2c38a1e746b9bcea91c..6b389b1417476b7ef7be9f020e0de8596547a4f9 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -560,7 +560,7 @@ class TestRunner : public WebTestRunner,
void SetMIDIAccessorResult(bool result);
// Simulates a click on a Web Notification.
- void SimulateWebNotificationClick(const std::string& title);
+ void SimulateWebNotificationClick(const std::string& title, int action_index);
// Speech recognition related functions.
void AddMockSpeechRecognitionResult(const std::string& transcript,

Powered by Google App Engine
This is Rietveld 408576698