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

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: 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
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..a1aecb5232932b2399246ad78f1daafda96be3bd 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -147,10 +147,15 @@
<!-- TODO(estade): metric? -->
<input id="instant-enabled-control" type="checkbox"
pref="instant.enabled" dialog-pref>
Evan Stade 2012/12/07 22:06:24 I think you could do i18n-values="pref:someVariabl
MAD 2012/12/08 15:53:11 Done.
+ <!-- See the initializePage method comments for why we have two
+ checkboxes that can be alternatively hidden !-->
+ <input id="instant-extended-enabled-control" type="checkbox"
+ pref="instant_extended.enabled" hidden>
<span>
<!-- TODO(estade) There's a link in here which should not be
inside a <label>. -->
<label for="instant-enabled-control"
+ id="instant-enabled-control-label"
i18n-values=".innerHTML:instantPrefAndWarning">
</label>
<span id="instant-enabled-indicator"

Powered by Google App Engine
This is Rietveld 408576698