| Index: chrome/browser/chrome_content_browser_client.h
|
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
|
| index 4ea44b3fb3c4cf201d36398217eeb0dcb79629a8..66860f16e205cc80b0aec117a3c6fb075b8a7150 100644
|
| --- a/chrome/browser/chrome_content_browser_client.h
|
| +++ b/chrome/browser/chrome_content_browser_client.h
|
| @@ -180,16 +180,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
|
| int render_process_id,
|
| int render_frame_id) override;
|
| content::MediaObserver* GetMediaObserver() override;
|
| - blink::WebNotificationPermission CheckDesktopNotificationPermission(
|
| - const GURL& source_origin,
|
| - content::ResourceContext* context,
|
| - int render_process_id) override;
|
| - void ShowDesktopNotification(
|
| - const content::ShowDesktopNotificationHostMsgParams& params,
|
| - content::BrowserContext* browser_context,
|
| - int render_process_id,
|
| - scoped_ptr<content::DesktopNotificationDelegate> delegate,
|
| - base::Closure* cancel_callback) override;
|
| + content::PlatformNotificationService* GetPlatformNotificationService()
|
| + override;
|
| void RequestPermission(
|
| content::PermissionType permission,
|
| content::WebContents* web_contents,
|
|
|