Index: content/shell/renderer/layout_test/webkit_test_runner.cc |
diff --git a/content/shell/renderer/layout_test/webkit_test_runner.cc b/content/shell/renderer/layout_test/webkit_test_runner.cc |
index 9059d8147fe8302942126d27f48daec2663a4740..80fa28a54f18d639235701576f96e8a26ac3ce47 100644 |
--- a/content/shell/renderer/layout_test/webkit_test_runner.cc |
+++ b/content/shell/renderer/layout_test/webkit_test_runner.cc |
@@ -431,6 +431,10 @@ void WebKitTestRunner::ClearWebNotificationPermissions() { |
Send(new ShellViewHostMsg_ClearWebNotificationPermissions(routing_id())); |
} |
+void WebKitTestRunner::SimulateWebNotificationClick(const std::string& title) { |
+ Send(new ShellViewHostMsg_SimulateWebNotificationClick(routing_id(), title)); |
+} |
+ |
void WebKitTestRunner::SetDeviceScaleFactor(float factor) { |
content::SetDeviceScaleFactor(render_view(), factor); |
} |