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

Side by Side Diff: chrome/browser/resources/safe_browsing_malware_block.html

Issue 6268001: Add a link to the safe browsing privacy policies in the option to send malwar... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html id="template_root" i18n-values="dir:textdirection"> 2 <html id="template_root" i18n-values="dir:textdirection">
3 <head> 3 <head>
4 <title i18n-content="title"></title> 4 <title i18n-content="title"></title>
5 <style> 5 <style>
6 body { 6 body {
7 background-color:#500; 7 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 9 margin:0px;
10 } 10 }
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 <br> 159 <br>
160 </form> 160 </form>
161 </div> 161 </div>
162 162
163 <div class="main" i18n-values=".innerHTML:description3"></div> 163 <div class="main" i18n-values=".innerHTML:description3"></div>
164 164
165 <div class="main footer" jsdisplay="displaycheckbox"> 165 <div class="main footer" jsdisplay="displaycheckbox">
166 <label class="checkbox" for="checkreport"> 166 <label class="checkbox" for="checkreport">
167 <input name="checked" id="checkreport" type="checkbox" 167 <input name="checked" id="checkreport" type="checkbox"
168 jsvalues=".checked:boxchecked" onclick="savePreference()"> 168 jsvalues=".checked:boxchecked" onclick="savePreference()">
169 <span i18n-content="confirm_text"></span> 169 <span i18n-values=".innerHTML:confirm_text"></span>
170 </label> 170 </label>
171 </div> 171 </div>
172 172
173 </div> 173 </div>
174 </td> 174 </td>
175 </table> 175 </table>
176 </body> 176 </body>
177 </html> 177 </html>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698