| 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 97222a9b50796f2c206bd43f799867fa384064d5..99e15e26319d0c1fa856117fd5edbda7c0726743 100644
|
| --- a/content/shell/renderer/layout_test/webkit_test_runner.cc
|
| +++ b/content/shell/renderer/layout_test/webkit_test_runner.cc
|
| @@ -425,16 +425,6 @@ void WebKitTestRunner::SetDatabaseQuota(int quota) {
|
| Send(new LayoutTestHostMsg_SetDatabaseQuota(routing_id(), quota));
|
| }
|
|
|
| -void WebKitTestRunner::GrantWebNotificationPermission(const GURL& origin,
|
| - bool permission_granted) {
|
| - Send(new LayoutTestHostMsg_GrantWebNotificationPermission(
|
| - routing_id(), origin, permission_granted));
|
| -}
|
| -
|
| -void WebKitTestRunner::ClearWebNotificationPermissions() {
|
| - Send(new LayoutTestHostMsg_ClearWebNotificationPermissions(routing_id()));
|
| -}
|
| -
|
| void WebKitTestRunner::SimulateWebNotificationClick(const std::string& title) {
|
| Send(new LayoutTestHostMsg_SimulateWebNotificationClick(routing_id(), title));
|
| }
|
|
|