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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.html

Issue 952563003: Reinstate the error code to main content area + bug fixes on security / network interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust vertical alignment of details button, remove net error string prefix Created 5 years, 10 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/security_warnings/interstitial_v2.html
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.html b/chrome/browser/resources/security_warnings/interstitial_v2.html
index cc347b2c7c741bbc69c0fc313d14f085a9816fe2..075bee7c69145b38b38baaf33903f88f75f9c03d 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.html
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
@@ -20,6 +20,10 @@
<div id="main-message">
<h1 i18n-content="heading"></h1>
<p i18n-values=".innerHTML:primaryParagraph"></p>
+ <div id="debugging">
+ <div id="error-code" class="error-code"></div>
+ <div id="error-debugging-info" class="hidden"></div>
+ </div>
</div>
<div id="malware-opt-in" class="hidden">
<div class="styled-checkbox">
@@ -39,10 +43,6 @@
<div id="details" class="hidden">
<p i18n-values=".innerHTML:explanationParagraph"></p>
<p i18n-values=".innerHTML:finalParagraph" id="final-paragraph"></p>
- <div id="debugging">
- <p id="error-code"></p>
- <div id="error-debugging-info" class="hidden"></div>
- </div>
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698