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

Unified Diff: ppapi/proxy/proxy_module.h

Issue 7629017: Add a unified resource tracker shared between the proxy and the impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments 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
Index: ppapi/proxy/proxy_module.h
diff --git a/ppapi/proxy/proxy_module.h b/ppapi/proxy/proxy_module.h
index 304f24fd41eddb2af97da5fc1e957cbdc369dcf7..5b2e5405cb80ba56e2574ed079c49178d659cd02 100644
--- a/ppapi/proxy/proxy_module.h
+++ b/ppapi/proxy/proxy_module.h
@@ -15,7 +15,6 @@ namespace pp {
namespace proxy {
class PluginDispatcher;
-class PluginResource;
class ProxyModule {
public:

Powered by Google App Engine
This is Rietveld 408576698