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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1351643003: Fix WebSpeech API for OOPIF based <webview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable test Created 5 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/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_;
}

Powered by Google App Engine
This is Rietveld 408576698