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

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

Issue 8729009: Implement an AutoLaunch experiment for Chrome for certain brand codes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
===================================================================
--- chrome/browser/resources/options/browser_options.html (revision 111708)
+++ chrome/browser/resources/options/browser_options.html (working copy)
@@ -121,6 +121,10 @@
i18n-content="defaultBrowserUseAsDefault"></button>
<div id="defaultBrowserState"
i18n-content="defaultBrowserUnknown"></div>
+ <span id="autoLaunchOption" hidden>
stuartmorgan 2011/12/01 10:11:44 This should almost certainly be a <div class="chec
+ <input id="autoLaunch" type="checkbox">
+ <span i18n-content="autoLaunchText"></span>
+ </span>
stuartmorgan 2011/12/01 10:11:44 Labels need to use the <label> construct; see else
</div>
</section>
</if>

Powered by Google App Engine
This is Rietveld 408576698