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

Unified Diff: components/test_runner/web_test_delegate.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/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index a1bc3c38d6291d4d52f9a24e976099f87cd51d0a..cbef50ab8b27e5436ab49d1171145b1aee4902e5 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -149,7 +149,8 @@ class WebTestDelegate {
virtual void SetDatabaseQuota(int quota) = 0;
// Controls Web Notifications.
- virtual void SimulateWebNotificationClick(const std::string& title) = 0;
+ virtual void SimulateWebNotificationClick(const std::string& title,
+ int action_index) = 0;
// Controls the device scale factor of the main WebView for hidpi tests.
virtual void SetDeviceScaleFactor(float factor) = 0;

Powered by Google App Engine
This is Rietveld 408576698