| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 6191c198e8b80dafc12024c0a1e1db48d6503011..b8bfe9fcfe25f7c9ac004339cc64d335923ab50b 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -39,7 +39,6 @@ namespace content {
|
|
|
| class RenderFrame;
|
| class RenderViewVisitor;
|
| -struct SSLStatus;
|
| struct WebPreferences;
|
|
|
| // DEPRECATED: RenderView is being removed as part of the SiteIsolation project.
|
| @@ -118,9 +117,6 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
|
| const std::string& value) = 0;
|
| virtual void ClearEditCommands() = 0;
|
|
|
| - // Returns a collection of security info about |frame|.
|
| - virtual SSLStatus GetSSLStatusOfFrame(blink::WebFrame* frame) const = 0;
|
| -
|
| // Returns |renderer_preferences_.accept_languages| value.
|
| virtual const std::string& GetAcceptLanguages() const = 0;
|
|
|
|
|