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

Unified Diff: content/plugin/webplugin_delegate_stub.h

Issue 19761007: Move NPAPI implementation out of webkit/plugins/npapi and into content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 7 years, 5 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: content/plugin/webplugin_delegate_stub.h
===================================================================
--- content/plugin/webplugin_delegate_stub.h (revision 212369)
+++ content/plugin/webplugin_delegate_stub.h (working copy)
@@ -26,14 +26,9 @@
class WebInputEvent;
}
-namespace webkit {
-namespace npapi {
-class WebPluginDelegateImpl;
-}
-}
-
namespace content {
class PluginChannel;
+class WebPluginDelegateImpl;
class WebPluginProxy;
// Converts the IPC messages from WebPluginDelegateProxy into calls to the
@@ -119,7 +114,7 @@
scoped_refptr<PluginChannel> channel_;
base::WeakPtr<NPObjectStub> plugin_scriptable_object_;
- webkit::npapi::WebPluginDelegateImpl* delegate_;
+ WebPluginDelegateImpl* delegate_;
WebPluginProxy* webplugin_;
bool in_destructor_;

Powered by Google App Engine
This is Rietveld 408576698