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

Unified Diff: ppapi/proxy/resource_creation_proxy.cc

Issue 11299147: Pepper proxy: make the browser sender handle the proxy lock properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: ppapi/proxy/resource_creation_proxy.cc
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc
index bb103c3ce6e07c413786c3a6f5e32f26c7e15b2b..8331e75c868969cfb6d612c105aae7dacf682905 100644
--- a/ppapi/proxy/resource_creation_proxy.cc
+++ b/ppapi/proxy/resource_creation_proxy.cc
@@ -15,7 +15,6 @@
#include "ppapi/proxy/flash_menu_resource.h"
#include "ppapi/proxy/plugin_dispatcher.h"
#include "ppapi/proxy/plugin_globals.h"
-#include "ppapi/proxy/plugin_proxy_delegate.h"
#include "ppapi/proxy/plugin_resource_tracker.h"
#include "ppapi/proxy/ppapi_messages.h"
#include "ppapi/proxy/ppb_audio_proxy.h"
@@ -384,9 +383,7 @@ bool ResourceCreationProxy::OnMessageReceived(const IPC::Message& msg) {
}
Connection ResourceCreationProxy::GetConnection() {
- return Connection(
- PluginGlobals::Get()->plugin_proxy_delegate()->GetBrowserSender(),
- dispatcher());
+ return Connection(PluginGlobals::Get()->GetBrowserSender(), dispatcher());
}
} // namespace proxy
« ppapi/proxy/plugin_globals.cc ('K') | « ppapi/proxy/ppb_x509_certificate_private_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698