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

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

Issue 11475028: Add new instant extended specific pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed last OWNERS comments. Created 8 years 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 | « chrome/app/generated_resources.grd ('k') | 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 dc3026bb209cddba7d5082ddb92fc1c377aa0be8..39cf16c59208f954d2c653964096e24b17592b11 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -146,7 +146,7 @@
<span class="controlled-setting-with-label">
<!-- TODO(estade): metric? -->
<input id="instant-enabled-control" type="checkbox"
- pref="instant.enabled" dialog-pref>
+ i18n-values="pref:instant_enabled" dialog-pref>
<span>
<!-- TODO(estade) There's a link in here which should not be
inside a <label>. -->
@@ -154,8 +154,8 @@
i18n-values=".innerHTML:instantPrefAndWarning">
</label>
<span id="instant-enabled-indicator"
- class="controlled-setting-indicator" pref="instant.enabled"
- dialog-pref>
+ class="controlled-setting-indicator"
+ i18n-values="pref:instant_enabled" dialog-pref>
</span>
</span>
</span>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698