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

Unified Diff: content/browser/ssl/ssl_manager_unittest.cc

Issue 2410043003: Add a console messsage for HTTP-bad (Closed)
Patch Set: de-const other WebContentsDelegates Created 4 years, 2 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/browser/ssl/ssl_manager_unittest.cc
diff --git a/content/browser/ssl/ssl_manager_unittest.cc b/content/browser/ssl/ssl_manager_unittest.cc
index eadcb6b732ffcfa35140734089351da32f3024e3..8468bb14d12588aa99cbfdc357080608265f9252 100644
--- a/content/browser/ssl/ssl_manager_unittest.cc
+++ b/content/browser/ssl/ssl_manager_unittest.cc
@@ -28,7 +28,7 @@ class TestWebContentsDelegate : public WebContentsDelegate {
const SSLStatus& last_ssl_state() { return last_ssl_state_; }
// WebContentsDelegate:
- void VisibleSSLStateChanged(const WebContents* source) override {
+ void VisibleSSLStateChanged(WebContents* source) override {
NavigationEntry* entry = source->GetController().GetVisibleEntry();
EXPECT_TRUE(entry);
last_ssl_state_ = entry->GetSSL();

Powered by Google App Engine
This is Rietveld 408576698