| Index: components/html_viewer/web_notification_manager_impl.cc
|
| diff --git a/components/html_viewer/web_notification_manager_impl.cc b/components/html_viewer/web_notification_manager_impl.cc
|
| index 2c94a13e6e97b3c40418abe713647bc7f9458da6..2c38252480ef9ee410f188c26e41ef773d28fef0 100644
|
| --- a/components/html_viewer/web_notification_manager_impl.cc
|
| +++ b/components/html_viewer/web_notification_manager_impl.cc
|
| @@ -81,7 +81,7 @@ void WebNotificationManagerImpl::notifyDelegateDestroyed(
|
| }
|
|
|
| blink::WebNotificationPermission WebNotificationManagerImpl::checkPermission(
|
| - const blink::WebSecurityOrigin&) {
|
| + const blink::WebSecurityOrigin&) {
|
| NOTIMPLEMENTED();
|
| return blink::WebNotificationPermission();
|
| }
|
|
|