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

Side by Side Diff: chrome/browser/resources/options/browser_options.html

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: private Created 7 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 unified diff | Download patch
OLDNEW
1 <div id="settings" class="page" hidden> 1 <div id="settings" class="page" hidden>
2 <header> 2 <header>
3 <h1 i18n-content="settingsTitle"></h1> 3 <h1 i18n-content="settingsTitle"></h1>
4 </header> 4 </header>
5 <if expr="not pp_ifdef('chromeos')"> 5 <if expr="not pp_ifdef('chromeos')">
6 <include src="sync_section.html"> 6 <include src="sync_section.html">
7 </if> 7 </if>
8 <if expr="pp_ifdef('chromeos')"> 8 <if expr="pp_ifdef('chromeos')">
9 <section> 9 <section>
10 <h3 i18n-content="sectionTitleInternet"></h3> 10 <h3 i18n-content="sectionTitleInternet"></h3>
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 <if expr="pp_ifdef('chromeos')"> 167 <if expr="pp_ifdef('chromeos')">
168 <include src="sync_section.html"> 168 <include src="sync_section.html">
169 </if> 169 </if>
170 <div id="profiles-section" hidden> 170 <div id="profiles-section" hidden>
171 <list id="profiles-list" class="settings-list" hidden></list> 171 <list id="profiles-list" class="settings-list" hidden></list>
172 <div id="profiles-single-message" class="settings-row" 172 <div id="profiles-single-message" class="settings-row"
173 i18n-content="profilesSingleUser"> 173 i18n-content="profilesSingleUser">
174 </div> 174 </div>
175 <div id="profiles-buttons"> 175 <div id="profiles-buttons">
176 <button id="profiles-create" i18n-content="profilesCreate"></button> 176 <button id="profiles-create" i18n-content="profilesCreate"></button>
177 <if expr="pp_ifdef('enable_settings_app')">
178 <button id="profiles-app-list-switch"
179 i18n-content="profilesAppListSwitch" hidden>
180 </button>
181 </if>
177 <button id="profiles-manage" i18n-content="profilesManage" disabled> 182 <button id="profiles-manage" i18n-content="profilesManage" disabled>
178 </button> 183 </button>
179 <button id="profiles-delete" i18n-content="profilesDelete"></button> 184 <button id="profiles-delete" i18n-content="profilesDelete"></button>
180 <if expr="not pp_ifdef('chromeos')"> 185 <if expr="not pp_ifdef('chromeos')">
181 <button id="import-data" i18n-content="importData"></button> 186 <button id="import-data" i18n-content="importData"></button>
182 </if> 187 </if>
183 </div> 188 </div>
184 </div> 189 </div>
185 </section> 190 </section>
186 <if expr="not pp_ifdef('chromeos')"> 191 <if expr="not pp_ifdef('chromeos')">
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 </section> 691 </section>
687 </if> 692 </if>
688 </div> <!-- advanced-settings-container --> 693 </div> <!-- advanced-settings-container -->
689 </div> <!-- advanced-settings --> 694 </div> <!-- advanced-settings -->
690 <footer> 695 <footer>
691 <button id="advanced-settings-expander" class="link-button" 696 <button id="advanced-settings-expander" class="link-button"
692 i18n-content="showAdvancedSettings"> 697 i18n-content="showAdvancedSettings">
693 </button> 698 </button>
694 </footer> 699 </footer>
695 </div> 700 </div>
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/resources/options/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698