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

Unified Diff: trunk/src/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc

Issue 23463037: Revert 223482 "Simplify PPB_NetworkMonitor proxy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc
===================================================================
--- trunk/src/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc (revision 223483)
+++ trunk/src/content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc (working copy)
@@ -11,7 +11,6 @@
#include "content/browser/renderer_host/pepper/pepper_flash_file_message_filter.h"
#include "content/browser/renderer_host/pepper/pepper_gamepad_host.h"
#include "content/browser/renderer_host/pepper/pepper_host_resolver_message_filter.h"
-#include "content/browser/renderer_host/pepper/pepper_network_monitor_host.h"
#include "content/browser/renderer_host/pepper/pepper_network_proxy_host.h"
#include "content/browser/renderer_host/pepper/pepper_print_settings_manager.h"
#include "content/browser/renderer_host/pepper/pepper_printing_host.h"
@@ -199,10 +198,6 @@
return scoped_ptr<ResourceHost>();
}
}
- if (message.type() == PpapiHostMsg_NetworkMonitor_Create::ID) {
- return scoped_ptr<ResourceHost>(
- new PepperNetworkMonitorHost(host_, instance, params.pp_resource()));
- }
// Flash interfaces.
if (GetPermissions().HasPermission(ppapi::PERMISSION_FLASH)) {

Powered by Google App Engine
This is Rietveld 408576698