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

Unified Diff: content/browser/tab_contents/render_view_host_manager.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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/browser/tab_contents/render_view_host_manager.h
diff --git a/content/browser/tab_contents/render_view_host_manager.h b/content/browser/tab_contents/render_view_host_manager.h
index 022c9f3daef83ff6a4ad126f67825367834b444d..df33f08dffa6f0c3e3218a59df5d5f58fca00cf4 100644
--- a/content/browser/tab_contents/render_view_host_manager.h
+++ b/content/browser/tab_contents/render_view_host_manager.h
@@ -29,7 +29,7 @@ class BrowserContext;
// Manages RenderViewHosts for a TabContents. Normally there is only one and
// it is easy to do. But we can also have transitions of processes (and hence
// RenderViewHosts) that can get complex.
-class RenderViewHostManager
+class CONTENT_EXPORT RenderViewHostManager
: public RenderViewHostDelegate::RendererManagement,
public NotificationObserver {
public:
@@ -106,7 +106,7 @@ class RenderViewHostManager
// Returns the view associated with the current RenderViewHost, or NULL if
// there is no current one.
- CONTENT_EXPORT RenderWidgetHostView* GetRenderWidgetHostView() const;
+ RenderWidgetHostView* GetRenderWidgetHostView() const;
// Returns the pending render view host, or NULL if there is no pending one.
RenderViewHost* pending_render_view_host() const {

Powered by Google App Engine
This is Rietveld 408576698