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

Unified Diff: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc

Issue 2961013004: Add Superfish interstitial to chrome://interstitials (Closed)
Patch Set: meacer comments, add browsertest 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: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
index 9147c8dfb89e0f33cf32de7a37e7efca627c81a7..bc4f800ae1f12e0612ddea13b8c79c4b1a91c2e0 100644
--- a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
+++ b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc
@@ -52,6 +52,11 @@ IN_PROC_BROWSER_TEST_F(InterstitialUITest, SSLInterstitial) {
"Privacy error");
}
+IN_PROC_BROWSER_TEST_F(InterstitialUITest, SuperfishInterstitial) {
+ TestInterstitial(GURL("chrome://interstitials/superfish-ssl"),
+ "Privacy error");
+}
+
IN_PROC_BROWSER_TEST_F(InterstitialUITest, PinnedCertInterstitial) {
TestInterstitial(GURL("chrome://interstitials/ssl?type=hpkp_failure"),
"Privacy error");

Powered by Google App Engine
This is Rietveld 408576698