Index: content/browser/renderer_host/render_view_host_delegate.cc |
=================================================================== |
--- content/browser/renderer_host/render_view_host_delegate.cc (revision 88079) |
+++ content/browser/renderer_host/render_view_host_delegate.cc (working copy) |
@@ -47,8 +47,3 @@ |
bool RenderViewHostDelegate::IsExternalTabContainer() const { |
return false; |
} |
- |
-bool RenderViewHostDelegate::RequestDesktopNotificationPermission( |
- const GURL& source_origin, int callback_context) { |
- return false; |
-} |