Index: content/browser/site_instance_impl.h |
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h |
index b54de7f5886673ad1cf39193233641b751121df4..81967cfffa12d827d3e8c35687ee63d9c6ac4fed 100644 |
--- a/content/browser/site_instance_impl.h |
+++ b/content/browser/site_instance_impl.h |
@@ -23,11 +23,11 @@ class RenderProcessHostFactory; |
class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance, |
public RenderProcessHostObserver { |
public: |
- class Observer { |
+ class CONTENT_EXPORT Observer { |
public: |
// Called when this SiteInstance transitions to having no active frames, |
// as measured by active_frame_count(). |
- virtual void ActiveFrameCountIsZero(SiteInstanceImpl* site_instance) = 0; |
+ virtual void ActiveFrameCountIsZero(SiteInstanceImpl* site_instance) {} |
// Called when the renderer process of this SiteInstance has exited. |
virtual void RenderProcessGone(SiteInstanceImpl* site_instance) = 0; |