| 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 0bda738056669bf608b6412106b20fa9c36ed6b0..c67e510eef6d23bb5a044f37751dc0fb47ca7131 100644
 | 
| --- a/content/shell/renderer/layout_test/webkit_test_runner.cc
 | 
| +++ b/content/shell/renderer/layout_test/webkit_test_runner.cc
 | 
| @@ -412,16 +412,6 @@ void WebKitTestRunner::SetDatabaseQuota(int quota) {
 | 
|    Send(new LayoutTestHostMsg_SetDatabaseQuota(routing_id(), quota));
 | 
|  }
 | 
|  
 | 
| -blink::WebNotificationPresenter::Permission
 | 
| -WebKitTestRunner::CheckWebNotificationPermission(const GURL& origin) {
 | 
| -  int permission = blink::WebNotificationPresenter::PermissionNotAllowed;
 | 
| -  Send(new LayoutTestHostMsg_CheckWebNotificationPermission(
 | 
| -          routing_id(),
 | 
| -          origin,
 | 
| -          &permission));
 | 
| -  return static_cast<blink::WebNotificationPresenter::Permission>(permission);
 | 
| -}
 | 
| -
 | 
|  void WebKitTestRunner::GrantWebNotificationPermission(const GURL& origin,
 | 
|                                                        bool permission_granted) {
 | 
|    Send(new LayoutTestHostMsg_GrantWebNotificationPermission(
 | 
| 
 |