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

Unified Diff: content/browser/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/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index ffe68664e4a32afdaa0b1747449c364fba841ebe..18c38921838f56430b99a2ce3424b83c9deb9ae1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -991,8 +991,8 @@ source_set("browser") {
"profiler_message_filter.h",
"push_messaging/push_messaging_context.cc",
"push_messaging/push_messaging_context.h",
- "push_messaging/push_messaging_message_filter.cc",
- "push_messaging/push_messaging_message_filter.h",
+ "push_messaging/push_messaging_manager.cc",
+ "push_messaging/push_messaging_manager.h",
"push_messaging/push_messaging_router.cc",
"push_messaging/push_messaging_router.h",
"quota_dispatcher_host.cc",

Powered by Google App Engine
This is Rietveld 408576698