diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:14:04 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 19:14:04 +0000 |
commit | f8c2b83ece61683debe6a01f8dd5555ba5443855 (patch) | |
tree | 0f74618e7b615319bd03413510502c21bff99b16 /ppapi/proxy/ppb_url_loader_proxy.h | |
parent | 23560a821c6e0a9d8051a3ceec7de4e31910cbaf (diff) | |
download | chromium_src-f8c2b83ece61683debe6a01f8dd5555ba5443855.zip chromium_src-f8c2b83ece61683debe6a01f8dd5555ba5443855.tar.gz chromium_src-f8c2b83ece61683debe6a01f8dd5555ba5443855.tar.bz2 |
Remove unused member variable.
Fixes one error in the clang build on Android.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10779041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147289 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_url_loader_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_url_loader_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/proxy/ppb_url_loader_proxy.h b/ppapi/proxy/ppb_url_loader_proxy.h index 5fd924d..801f25b 100644 --- a/ppapi/proxy/ppb_url_loader_proxy.h +++ b/ppapi/proxy/ppb_url_loader_proxy.h @@ -87,10 +87,6 @@ class PPB_URLLoader_Proxy : public InterfaceProxy { void OnCallback(int32_t result, const HostResource& resource); ProxyCompletionCallbackFactory<PPB_URLLoader_Proxy> callback_factory_; - - // Valid only in the host, this lazily-initialized pointer indicates the - // URLLoaderTrusted interface. - const PPB_URLLoaderTrusted* host_urlloader_trusted_interface_; }; } // namespace proxy |