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

Unified Diff: chrome/browser/resources/reader_out_of_date.html

Issue 14752005: Finch experiments on SSL, malware, and phishing interstitials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browsertest trybot fix Created 7 years, 7 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/resources/reader_out_of_date.html
diff --git a/chrome/browser/resources/reader_out_of_date.html b/chrome/browser/resources/reader_out_of_date.html
index df20c5b4404c0a5c0ab230199464fdd150888cfb..66ac7e2701706b64196a211a2e49a06bd8ce5212 100644
--- a/chrome/browser/resources/reader_out_of_date.html
+++ b/chrome/browser/resources/reader_out_of_date.html
@@ -74,11 +74,11 @@ function getChecked() {
</script>
</head>
<body oncontextmenu="return false;">
-<div class="background"><img src="ssl_roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
+<div class="background"><img src="ssl/roadblock_background.png" width="100%" height="100%" alt="background" onmousedown="return false;"></div>
<table width="100%" cellspacing="0" cellpadding="0">
<td class="cell" valign="middle" align="center">
<div class="box">
- <div class="icon"><img src="ssl_roadblock_icon.png" alt="Reader out of date icon" onmousedown="return false;"></div>
+ <div class="icon"><img src="ssl/roadblock_icon.png" alt="Reader out of date icon" onmousedown="return false;"></div>
<div class="title" i18n-content="headLine"></div>
<div class="main">
<form name="form" class="submission">

Powered by Google App Engine
This is Rietveld 408576698