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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 11232059: Clean up copy&paste in confirmation dialogs for prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit addressed. Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index ae136b080b0ae4ea793805d52364802b8ab93752..cbbac0bd79ccf7eb19a9399f32e9f56378b6bba3 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -136,7 +136,7 @@
<label id="instant-label">
<!-- TODO(estade): metric? -->
<input id="instant-enabled-control" type="checkbox"
- pref="instant.enabled">
+ pref="instant.enabled" dialog-pref>
<!-- TODO(estade) There's a link in here which should not be inside
a <label>. -->
<span i18n-values=".innerHTML:instantPrefAndWarning"></span>
@@ -283,7 +283,7 @@
<div class="checkbox">
<label id="spelling-label">
<input id="spelling-enabled-control" type="checkbox"
- pref="spellcheck.use_spelling_service">
+ pref="spellcheck.use_spelling_service" dialog-pref>
<span i18n-content="spellingPref"></span>
</label>
</div>
@@ -310,7 +310,7 @@
<div class="checkbox">
<label>
<input id="do-not-track-enabled" pref="enable_do_not_track"
- metric="Options_DoNotTrackCheckbox" type="checkbox">
+ metric="Options_DoNotTrackCheckbox" type="checkbox" dialog-pref>
<span i18n-content="doNotTrack"></span>
</label>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698