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

Unified Diff: content/renderer/BUILD.gn

Issue 2690203003: Convert push_messaging IPC msgs into mojo interfaces (Closed)
Patch Set: remove DCHECK(ChildThreadImpl::Current()) Created 3 years, 10 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index d7746b4005906eaa75237411d5e9b17a0b5e9a01..619d3cdcf4f3e4720c259f802b4ecee329394717 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -287,8 +287,8 @@ target(link_target_type, "renderer") {
"presentation/presentation_connection_proxy.h",
"presentation/presentation_dispatcher.cc",
"presentation/presentation_dispatcher.h",
- "push_messaging/push_messaging_dispatcher.cc",
- "push_messaging/push_messaging_dispatcher.h",
+ "push_messaging/push_messaging_client.cc",
+ "push_messaging/push_messaging_client.h",
"render_frame_impl.cc",
"render_frame_impl.h",
"render_frame_proxy.cc",

Powered by Google App Engine
This is Rietveld 408576698