Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2408)

Unified Diff: components/html_viewer/web_notification_manager_impl.cc

Issue 1229783005: Remove 'blink::WebSerializedOrigin' (4/5) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/html_viewer/web_socket_handle_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | components/html_viewer/web_socket_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698