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

Unified Diff: ppapi/proxy/host_resolver_private_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 | « content/content_browser.gypi ('k') | ppapi/proxy/host_resolver_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/host_resolver_private_resource.cc
diff --git a/ppapi/proxy/host_resolver_private_resource.cc b/ppapi/proxy/host_resolver_private_resource.cc
index 87839c97e8ffa565eec9bb8b092240a997d1849c..10ff06a938258404e67512301fc36d0ca5e82a19 100644
--- a/ppapi/proxy/host_resolver_private_resource.cc
+++ b/ppapi/proxy/host_resolver_private_resource.cc
@@ -12,7 +12,7 @@ namespace proxy {
HostResolverPrivateResource::HostResolverPrivateResource(Connection connection,
PP_Instance instance)
- : HostResolverResourceBase(connection, instance) {
+ : HostResolverResourceBase(connection, instance, true) {
}
HostResolverPrivateResource::~HostResolverPrivateResource() {
« no previous file with comments | « content/content_browser.gypi ('k') | ppapi/proxy/host_resolver_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698