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

Unified Diff: chrome/browser/ssl/ssl_error_classification.h

Issue 623583003: Keep url by value in SSLErrorClassification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/ssl_error_classification.h
diff --git a/chrome/browser/ssl/ssl_error_classification.h b/chrome/browser/ssl/ssl_error_classification.h
index 2e5b3482e3b74efa78028de64fe4dda142144c62..80823c44fc5cadb45403b4e047368d9faf167f6b 100644
--- a/chrome/browser/ssl/ssl_error_classification.h
+++ b/chrome/browser/ssl/ssl_error_classification.h
@@ -134,7 +134,7 @@ class SSLErrorClassification : public content::NotificationObserver {
content::WebContents* web_contents_;
// This stores the current time.
base::Time current_time_;
- const GURL& request_url_;
+ const GURL request_url_;
int cert_error_;
// This stores the certificate.
const net::X509Certificate& cert_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698