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

Unified Diff: ppapi/cpp/url_response_info.h

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE 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
« no previous file with comments | « ppapi/cpp/url_request_info.cc ('k') | ppapi/cpp/url_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/url_response_info.h
diff --git a/ppapi/cpp/url_response_info.h b/ppapi/cpp/url_response_info.h
index aee4ca15de6dab152148b2f44281b0e0797bee60..682fbf7424d185d43bdbd5caff246f08b74dbda4 100644
--- a/ppapi/cpp/url_response_info.h
+++ b/ppapi/cpp/url_response_info.h
@@ -22,10 +22,6 @@ class URLResponseInfo : public Resource {
/// resource.
URLResponseInfo() {}
- /// A special structure used by the constructor that does not increment the
- /// reference count of the underlying resource.
- struct PassRef {};
-
/// A constructor used when you have received a <code>PP_Resource</code> as a
/// return value that has already been reference counted.
///
« no previous file with comments | « ppapi/cpp/url_request_info.cc ('k') | ppapi/cpp/url_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698