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

Unified Diff: src/shared/ppapi_proxy/plugin_ppb.cc

Issue 6177007: ppapi_proxy: Support loading and reading urls. Proxy URLLoader.... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 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: src/shared/ppapi_proxy/plugin_ppb.cc
===================================================================
--- src/shared/ppapi_proxy/plugin_ppb.cc (revision 4116)
+++ src/shared/ppapi_proxy/plugin_ppb.cc (working copy)
@@ -15,9 +15,9 @@
#include "native_client/src/shared/ppapi_proxy/plugin_graphics_3d.h"
#include "native_client/src/shared/ppapi_proxy/plugin_image_data.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_instance.h"
+#include "native_client/src/shared/ppapi_proxy/plugin_ppb_url_loader.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_url_request_info.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_url_response_info.h"
-#include "native_client/src/shared/ppapi_proxy/plugin_url_loader.h"
#include "native_client/src/shared/ppapi_proxy/plugin_var.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
#include "srpcgen/ppb_rpc.h"

Powered by Google App Engine
This is Rietveld 408576698