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

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

Issue 10694037: Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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/resources/safe_browsing_phishing_block.html
diff --git a/chrome/browser/resources/safe_browsing_phishing_block.html b/chrome/browser/resources/safe_browsing_phishing_block.html
index b39e95c12857f6653ceb57317338e73d72503418..ab804db0ce70ff0eb8f37f3040ba77f3ab94a5ae 100644
--- a/chrome/browser/resources/safe_browsing_phishing_block.html
+++ b/chrome/browser/resources/safe_browsing_phishing_block.html
@@ -128,7 +128,7 @@ html[dir='rtl'] .helpbutton {
</div>
<div class="main"><a href="" i18n-content="description2" onclick="sendCommand('learnMore'); return false;"></a></div>
<div class="main"><a href="" onclick="sendCommand('reportError'); return false;" onmousedown="return false;" i18n-content="report_error"></a></div>
- <div class="main" i18n-values=".innerHTML:description3"></div>
+ <div class="main" i18n-values=".innerHTML:description3" jsdisplay="!proceed_disabled"></div>
James Hawkins 2012/06/29 17:31:51 80 cols.
Joao da Silva 2012/07/02 10:08:40 Done.
</div>
</td>
</table>

Powered by Google App Engine
This is Rietveld 408576698