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

Unified Diff: content/browser/ssl/ssl_manager.h

Issue 1259253009: Revert of Attach a SecurityStyle to each request in ResourceLoader (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/browser/loader/resource_loader_unittest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/ssl/ssl_manager.h
diff --git a/content/browser/ssl/ssl_manager.h b/content/browser/ssl/ssl_manager.h
index fbf3e39e57e3155c2ddaf5a7e1d54625903e0001..d4fca43e6b994112abda28baccf97cdeb5450ede 100644
--- a/content/browser/ssl/ssl_manager.h
+++ b/content/browser/ssl/ssl_manager.h
@@ -82,13 +82,8 @@
void DidRunInsecureContent(const std::string& security_origin);
private:
- // Updates the NavigationEntry with our current state. This will
- // notify the WebContents of an SSL state change if a change was
- // actually made.
+ // Update the NavigationEntry with our current state.
void UpdateEntry(NavigationEntryImpl* entry);
-
- // Notifies the WebContents that the SSL state changed.
- void NotifyDidChangeVisibleSSLState();
// The backend for the SSLPolicy to actuate its decisions.
SSLPolicyBackend backend_;
« no previous file with comments | « content/browser/loader/resource_loader_unittest.cc ('k') | content/browser/ssl/ssl_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698