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

Unified Diff: content/public/renderer/render_view.h

Issue 2190783002: Remove one content::SSLStatus usage in the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unneeded header Created 4 years, 5 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
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/renderer/chrome_render_frame_observer.cc ('k') | content/renderer/render_view_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698