Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index d0a567006d8bf7563f6a2c30446e78d4853d1bb4..91c62ea153803f4463fc0872253d505ae6260428 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -690,6 +690,11 @@ class CONTENT_EXPORT WebContentsImpl |
| // Forces overscroll to be disabled (used by touch emulation). |
| void SetForceDisableOverscrollContent(bool force_disable); |
| + // Returns the outer WebContents of this WebContents if any. |
| + // Note that without --site-per-process, this will return the WebContents |
| + // of our BrowserPluginEmbedder. |
|
Charlie Reis
2015/09/24 05:09:14
nit: of the BrowserPluginEmbedder, if |this| is a
lazyboy
2015/09/28 03:37:16
Done.
|
| + WebContentsImpl* GetOuterWebContents(); |
|
Charlie Reis
2015/09/24 05:09:14
nit: Declare this above GetBrowserPluginGuest(), s
lazyboy
2015/09/28 03:37:16
Done.
|
| + |
| AudioStreamMonitor* audio_stream_monitor() { |
| return &audio_stream_monitor_; |
| } |