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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge 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 d074546736bb3dcf5559d132d8e1e985d9a15e20..1fe6a4f86cb1d478d4bc117608b7ec6e4b494a54 100644
--- a/content/browser/tab_contents/render_view_host_manager.h
+++ b/content/browser/tab_contents/render_view_host_manager.h
@@ -10,6 +10,7 @@
#include "base/logging.h"
#include "base/memory/scoped_ptr.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"
+#include "content/common/content_export.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
#include "content/browser/site_instance.h"
@@ -41,7 +42,7 @@ class RenderViewHostManager
// There is additional complexity that some of the functions we need in
// TabContents are inherited and non-virtual. These are named with
// "RenderManager" so that the duplicate implementation of them will be clear.
- class Delegate {
+ class CONTENT_EXPORT Delegate {
public:
// See tab_contents.h's implementation for more.
virtual bool CreateRenderViewForRenderManager(

Powered by Google App Engine
This is Rietveld 408576698