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

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

Issue 9317002: Make the auto-launch experiment profile-aware. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed Miranda's comments, for realz this time Created 8 years, 10 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
Index: chrome/browser/resources/options2/browser_options.html
===================================================================
--- chrome/browser/resources/options2/browser_options.html (revision 120769)
+++ chrome/browser/resources/options2/browser_options.html (working copy)
@@ -261,6 +261,12 @@
</button>
<div id="default-browser-state" i18n-content="defaultBrowserUnknown">
</div>
+ <div id="auto-launch-option" class="checkbox" hidden>
+ <label id="auto-launch-label">
+ <input id="auto-launch" type="checkbox">
+ <span i18n-content="autoLaunchText"></span>
+ </label>
+ </div>
</div>
</section>
</if>
« no previous file with comments | « chrome/browser/profiles/profile_shortcut_manager_win.cc ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698