| Index: content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| index 7069734d57afc3022479479495c8ed4c9a7efbbf..54a1edb3b786395d8939543fe61e2453dc624d58 100644
|
| --- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| +++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| @@ -22,12 +22,6 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| // Will be lazily created when running layout tests.
|
| LayoutTestNotificationManager* GetLayoutTestNotificationManager();
|
|
|
| - // ContentBrowserClient overrides.
|
| - virtual void RequestDesktopNotificationPermission(
|
| - const GURL& source_origin,
|
| - RenderFrameHost* render_frame_host,
|
| - const base::Callback<void(blink::WebNotificationPermission)>& callback)
|
| - override;
|
| virtual blink::WebNotificationPermission
|
| CheckDesktopNotificationPermission(
|
| const GURL& source_url,
|
|
|