| 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 e21b521430db7410b29b310ad3f60c4a10f8c71f..3bb212c98f4510aab7f8e289f25c14a8e298ed41 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
|
| @@ -20,7 +20,7 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| LayoutTestContentBrowserClient();
|
| ~LayoutTestContentBrowserClient() override;
|
|
|
| - // Will be lazily created when running layout tests.
|
| + // Implements the PlatformNotificationService interface.
|
| LayoutTestNotificationManager* GetLayoutTestNotificationManager();
|
|
|
| // ContentBrowserClient overrides.
|
| @@ -32,16 +32,7 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| const GURL& requesting_frame,
|
| bool user_gesture,
|
| const base::Callback<void(bool)>& result_callback) override;
|
| - blink::WebNotificationPermission CheckDesktopNotificationPermission(
|
| - const GURL& source_url,
|
| - ResourceContext* context,
|
| - int render_process_id) override;
|
| - void ShowDesktopNotification(
|
| - const ShowDesktopNotificationHostMsgParams& params,
|
| - BrowserContext* browser_context,
|
| - int render_process_id,
|
| - scoped_ptr<DesktopNotificationDelegate> delegate,
|
| - base::Closure* cancel_callback) override;
|
| + PlatformNotificationService* GetPlatformNotificationService() override;
|
|
|
| private:
|
| scoped_ptr<LayoutTestNotificationManager> layout_test_notification_manager_;
|
|
|