| Index: content/public/browser/content_browser_client.cc
|
| diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
| index c5c672f6b3d50477b0c52333b9bf867d272a77d8..33c7784e8b7badec6f44692b3063e90e030a961c 100644
|
| --- a/content/public/browser/content_browser_client.cc
|
| +++ b/content/public/browser/content_browser_client.cc
|
| @@ -211,12 +211,9 @@ MediaObserver* ContentBrowserClient::GetMediaObserver() {
|
| return NULL;
|
| }
|
|
|
| -blink::WebNotificationPermission
|
| -ContentBrowserClient::CheckDesktopNotificationPermission(
|
| - const GURL& source_origin,
|
| - ResourceContext* context,
|
| - int render_process_id) {
|
| - return blink::WebNotificationPermissionDenied;
|
| +PlatformNotificationService*
|
| +ContentBrowserClient::GetPlatformNotificationService() {
|
| + return NULL;
|
| }
|
|
|
| void ContentBrowserClient::RequestPermission(
|
|
|