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

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

Issue 18346: Adds support for multiple malware/phishing resources in a page (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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
===================================================================
--- chrome/browser/resources/safe_browsing_phishing_block.html (revision 8521)
+++ chrome/browser/resources/safe_browsing_phishing_block.html (working copy)
@@ -88,14 +88,14 @@
<div class="icon"><img src="phishing_icon.png" alt="Phishing Warning Icon" onmousedown="return false;"/></div>
<div class="title" jscontent="headLine"></div>
<div class="main" jseval="this.innerHTML = $this.description1;"></div>
- <div class="main"><a href="" jscontent="description2" onclick="sendCommand(2); return false;" onmousedown="return false;"></a></div>
+ <div class="main"><a href="" jscontent="description2" onclick="sendCommand('learnMore'); return false;" onmousedown="return false;"></a></div>
<div class="main">
<form class="submission">
- <input type="button" name="continue_button" jsvalues="value:continue_button" onclick="sendCommand(1)">
- <input type="button" name="back_button" jsvalues="value:back_button" onclick="sendCommand(0)">
+ <input type="button" name="continue_button" jsvalues="value:continue_button" onclick="sendCommand('proceed')">
+ <input type="button" name="back_button" jsvalues="value:back_button" onclick="sendCommand('takeMeBack')">
</form>
</div>
- <div class="main"><a href="" onclick="sendCommand(3); return false;" onmousedown="return false;" jscontent="report_error"></a></div>
+ <div class="main"><a href="" onclick="sendCommand('reportError'); return false;" onmousedown="return false;" jscontent="report_error"></a></div>
</div>
</td>
</table>

Powered by Google App Engine
This is Rietveld 408576698