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

Unified Diff: content/renderer/browser_plugin/old/browser_plugin.h

Issue 10830072: Browser Plugin: New Implementation (Renderer Side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added lots more comments to messages and public members of BrowserPlugin Created 8 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/renderer/browser_plugin/old/browser_plugin.h
diff --git a/content/renderer/browser_plugin/old/browser_plugin.h b/content/renderer/browser_plugin/old/browser_plugin.h
index 5c1aee98c11d65669d036b85ff25474bc2abc161..ea853d4b0eb8ab2af0c1bd04479a895b76fbd00c 100644
--- a/content/renderer/browser_plugin/old/browser_plugin.h
+++ b/content/renderer/browser_plugin/old/browser_plugin.h
@@ -38,7 +38,7 @@ class WebPlugin;
// Furthermore, certain navigations can swap to a new guest RenderView on an
// different process. BrowserPlugin is the consistent facade that the embedder's
// WebKit instance talks to regardless of which process it's communicating with.
-class BrowserPlugin {
+class CONTENT_EXPORT BrowserPlugin {
public:
// Creates a new WebViewPlugin with a BrowserPlugin as a delegate.
static WebKit::WebPlugin* Create(

Powered by Google App Engine
This is Rietveld 408576698