| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 80766dcb6ee4aa9765fb8eff1266f966c3a7d5bd..b840bee4ee6325977a6fe8f12e137082de480c77 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -576,6 +576,9 @@
|
| // Requests the renderer to insert CSS into the main frame's document.
|
| virtual void InsertCSS(const std::string& css) = 0;
|
|
|
| + // Returns true if audio has recently been audible from the WebContents.
|
| + virtual bool WasRecentlyAudible() = 0;
|
| +
|
| #if defined(OS_ANDROID)
|
| CONTENT_EXPORT static WebContents* FromJavaWebContents(
|
| jobject jweb_contents_android);
|
|
|