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

Unified Diff: components/html_viewer/web_test_delegate_impl.cc

Issue 1262893006: Enable testing NotificationEvent.action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@click_actions
Patch Set: Addressed review comments 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/html_viewer/web_test_delegate_impl.cc
diff --git a/components/html_viewer/web_test_delegate_impl.cc b/components/html_viewer/web_test_delegate_impl.cc
index e426335f128d8a76e8f2a3d366331a2941e3e8fd..12474ec54769aed5157be30984296c6276a5bbd0 100644
--- a/components/html_viewer/web_test_delegate_impl.cc
+++ b/components/html_viewer/web_test_delegate_impl.cc
@@ -178,7 +178,7 @@ void WebTestDelegateImpl::SetDatabaseQuota(int quota) {
}
void WebTestDelegateImpl::SimulateWebNotificationClick(
- const std::string& title) {
+ const std::string& title, int action_index) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698