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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h

Issue 9022021: Proxy PPB_ArrayBuffer_Dev, make them work over Messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comment. Created 8 years, 12 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/native_client/src/shared/ppapi_proxy/proxy_var_cache.h ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h b/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
index 1f533014c38130674b0ac92579f8f1d8b888e98a..db1f96d9580791a019be920d74f0d0b5413cbae6 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/string_proxy_var.h
@@ -37,8 +37,6 @@ class StringProxyVar : public ProxyVar {
private:
std::string contents_;
-
- StringProxyVar(); // Not implemented, do not use.
};
typedef scoped_refptr<StringProxyVar> SharedStringProxyVar;
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/proxy_var_cache.h ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698