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

Unified Diff: content/browser/renderer_host/render_message_filter.cc

Issue 626973002: Remove the old Web Notification code-path (Chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 1 month 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 | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_message_filter.cc
diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
index 0474e081bc7b372f24e70d9ee0bf21a7f92179ae..b76da7250eabf9cf60149b2fcfbabe4fa04b1f7f 100644
--- a/content/browser/renderer_host/render_message_filter.cc
+++ b/content/browser/renderer_host/render_message_filter.cc
@@ -71,7 +71,7 @@
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_context_getter.h"
#include "ppapi/shared_impl/file_type_conversion.h"
-#include "third_party/WebKit/public/web/WebNotificationPresenter.h"
+#include "third_party/WebKit/public/platform/WebNotificationPermission.h"
#include "ui/gfx/color_profile.h"
#if defined(OS_MACOSX)
@@ -905,7 +905,7 @@ void RenderMessageFilter::OnCheckNotificationPermission(
CheckDesktopNotificationPermission(source_origin, resource_context_,
render_process_id_);
#else
- *result = blink::WebNotificationPresenter::PermissionAllowed;
+ *result = blink::WebNotificationPermissionAllowed;
#endif
}
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698