| Index: content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| diff --git a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| index f263f059d1be0f7349ca2691178ebdb4c3f4797e..86d0c02184b6cd2e03dc4442ae4106b5e9852b7d 100644
|
| --- a/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| +++ b/content/public/android/java/src/org/chromium/content_public/browser/WebContents.java
|
| @@ -124,6 +124,11 @@ public interface WebContents extends Parcelable {
|
| void dismissTextHandles();
|
|
|
| /**
|
| + * @return Whether the context is secure.
|
| + */
|
| + boolean isContextSecure();
|
| +
|
| + /**
|
| * Suspends all media players for this WebContents. Note: There may still
|
| * be activities generating audio, so setAudioMuted() should also be called
|
| * to ensure all audible activity is silenced.
|
|
|