Chromium Code Reviews| Index: content/browser/web_contents/web_contents_view_aura.h |
| diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h |
| index 70c29b0583b85f7872aebb2f8456aa84018289ef..07e776076295061c110328c224d5e207b6c4ef10 100644 |
| --- a/content/browser/web_contents/web_contents_view_aura.h |
| +++ b/content/browser/web_contents/web_contents_view_aura.h |
| @@ -39,8 +39,8 @@ class WebContentsViewDelegate; |
| class WebContentsImpl; |
| class WebDragDestDelegate; |
| -class WebContentsViewAura |
| - : public WebContentsView, |
| +class CONTENT_EXPORT WebContentsViewAura |
| + : NON_EXPORTED_BASE(public WebContentsView), |
| public RenderViewHostDelegateView, |
| public OverscrollControllerDelegate, |
| public aura::WindowDelegate, |
| @@ -50,6 +50,9 @@ class WebContentsViewAura |
| WebContentsViewAura(WebContentsImpl* web_contents, |
| WebContentsViewDelegate* delegate); |
| + // Allow the WebContentsViewDelegate to be set explicitly. |
| + void SetDelegate(WebContentsViewDelegate* delegate); |
|
jam
2016/01/21 21:31:09
nit: add ForTesting suffix
ananta
2016/01/21 22:17:48
Done.
|
| + |
| private: |
| class WindowObserver; |