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

Unified Diff: ppapi/proxy/resource_creation_proxy.cc

Issue 9455092: HostResolver is exposed to plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added shared declaration of GetPPB_HostResolver_Private_0_1_Thunk. Created 8 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: ppapi/proxy/resource_creation_proxy.cc
diff --git a/ppapi/proxy/resource_creation_proxy.cc b/ppapi/proxy/resource_creation_proxy.cc
index 45dd02ec37e72124c3259b8d780496e3c534d868..30a0a698a1390e5bebc1b75f1083ea3c98247e77 100644
--- a/ppapi/proxy/resource_creation_proxy.cc
+++ b/ppapi/proxy/resource_creation_proxy.cc
@@ -171,6 +171,12 @@ PP_Resource ResourceCreationProxy::CreateGraphics2D(PP_Instance instance,
is_always_opaque);
}
+PP_Resource ResourceCreationProxy::CreateHostResolverPrivate(
+ PP_Instance instance) {
+ // TODO (ygorshenin): implement this.
+ return static_cast<PP_Resource>(0);
+}
+
PP_Resource ResourceCreationProxy::CreateImageData(PP_Instance instance,
PP_ImageDataFormat format,
const PP_Size& size,

Powered by Google App Engine
This is Rietveld 408576698