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

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: 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
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..cefa339cfe35d57fd51d043754af4707c3aa13e9 100644
--- a/content/public/renderer/render_view.h
+++ b/content/public/renderer/render_view.h
@@ -118,9 +118,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;

Powered by Google App Engine
This is Rietveld 408576698