Index: content/shell/browser/layout_test/layout_test_content_browser_client.cc |
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.cc b/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
index 54d42af72cf9dbc45be300c6bc95a990e5f14e80..215b25542012405845ef57aa72938bfcadfc0212 100644 |
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
@@ -97,7 +97,8 @@ LayoutTestContentBrowserClient::CheckDesktopNotificationPermission( |
void LayoutTestContentBrowserClient::ShowDesktopNotification( |
const ShowDesktopNotificationHostMsgParams& params, |
- RenderFrameHost* render_frame_host, |
+ BrowserContext* browser_context, |
+ int render_process_id, |
scoped_ptr<DesktopNotificationDelegate> delegate, |
base::Closure* cancel_callback) { |
if (auto* manager = GetLayoutTestNotificationManager()) |