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

Unified Diff: ppapi/proxy/mock_resource.h

Issue 7587011: Remove the old type system for proxied resources. These were no longer being used. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: New one Created 9 years, 4 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 | « no previous file | ppapi/proxy/mock_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/mock_resource.h
diff --git a/ppapi/proxy/mock_resource.h b/ppapi/proxy/mock_resource.h
index 7e38be188030327d4f6ce33945237120f55ef9d0..103aacc09d5ebd7080d16acc9f6114337883363b 100644
--- a/ppapi/proxy/mock_resource.h
+++ b/ppapi/proxy/mock_resource.h
@@ -16,9 +16,6 @@ class MockResource : public PluginResource {
MockResource(const HostResource& resource);
virtual ~MockResource();
- // Resource overrides.
- virtual MockResource* AsMockResource();
-
private:
DISALLOW_COPY_AND_ASSIGN(MockResource);
};
« no previous file with comments | « no previous file | ppapi/proxy/mock_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698