| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index c34b11889a9e5edaaecd2bee0d09d5edbd8a1f2e..efa8ae59fa1c600986957a23f0d6c145eb7baffc 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -364,9 +364,6 @@ class WebContents : public PageNavigator,
|
| // Returns the character encoding of the page.
|
| virtual const std::string& GetEncoding() const = 0;
|
|
|
| - // True if this is a secure page which displayed insecure content.
|
| - virtual bool DisplayedInsecureContent() const = 0;
|
| -
|
| // Internal state ------------------------------------------------------------
|
|
|
| // Indicates whether the WebContents is being captured (e.g., for screenshots
|
|
|