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

Unified Diff: ppapi/proxy/host_resolver_resource.cc

Issue 16933003: Implement PPB_HostResolver_Dev: part 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « ppapi/proxy/host_resolver_private_resource.cc ('k') | ppapi/proxy/host_resolver_resource_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/host_resolver_resource.cc
diff --git a/ppapi/proxy/host_resolver_resource.cc b/ppapi/proxy/host_resolver_resource.cc
index f41d751cb206ab2be3808ae5265749c6cec64901..313951146be1013f1ee0c8bc947adb9497e841cd 100644
--- a/ppapi/proxy/host_resolver_resource.cc
+++ b/ppapi/proxy/host_resolver_resource.cc
@@ -45,7 +45,7 @@ PP_HostResolver_Private_Hint ConvertToHostResolverPrivateHint(
HostResolverResource::HostResolverResource(Connection connection,
PP_Instance instance)
- : HostResolverResourceBase(connection, instance) {
+ : HostResolverResourceBase(connection, instance, false) {
}
HostResolverResource::~HostResolverResource() {
« no previous file with comments | « ppapi/proxy/host_resolver_private_resource.cc ('k') | ppapi/proxy/host_resolver_resource_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698