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

Unified Diff: components/security_interstitials/core/safe_browsing_loud_error_ui.h

Issue 2955503002: Make interstitial links open in a new tab (Closed)
Patch Set: Rebase CL Created 3 years, 6 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: components/security_interstitials/core/safe_browsing_loud_error_ui.h
diff --git a/components/security_interstitials/core/safe_browsing_loud_error_ui.h b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
index d5a1e6a4c3567039bd6a50294e84059f92793b2e..23857f2e97c3dc0f201abfec244f8b7db422375a 100644
--- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h
+++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
@@ -48,6 +48,8 @@ class SafeBrowsingLoudErrorUI
void PopulateHarmfulLoadTimeData(base::DictionaryValue* load_time_data);
void PopulatePhishingLoadTimeData(base::DictionaryValue* load_time_data);
+ GURL learn_more_test_url_;
meacer 2017/06/23 20:28:32 It seems like this variable isn't used (you have l
sperigo 2017/06/23 21:32:12 Oops!
sperigo 2017/06/23 21:32:12 Done.
+
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingLoudErrorUI);
};

Powered by Google App Engine
This is Rietveld 408576698