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

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

Issue 5025001: Removed Labs section from Chrome OS settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed RegisterPref call Created 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/tab_menu_model.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="page hidden" id="labsPage">
2 <h1 i18n-content="labsPage"></h1>
3 <section>
4 <h3 i18n-content="mediaplayer_title"></h3>
5 <div class="option">
6 <table class="option-control-table">
7 <tr>
8 <td class="option-name">
9 <label class="checkbox">
10 <input id="mediaplayer-check" pref="settings.labs.mediaplayer"
11 type="checkbox">
12 <span i18n-content="mediaplayer"></span>
13 </label>
14 </td>
15 </tr>
16 </table>
17 </div>
18 </section>
19 <section>
20 <h3 i18n-content="advanced_file_title"></h3>
21 <div class="option">
22 <table class="option-control-table">
23 <tr>
24 <td class="option-name">
25 <label class="checkbox">
26 <input id="advanced-filesystem-check"
27 pref="settings.labs.advanced_filesystem" type="checkbox">
28 <span i18n-content="advanced_filesystem"></span>
29 </label>
30 </td>
31 </tr>
32 </table>
33 </div>
34 </section>
35 <section>
36 <h3 i18n-content="side_tabs_title"></h3>
37 <div class="option">
38 <table class="option-control-table">
39 <tr>
40 <td class="option-name"><label><input id="side-tabs-check"
41 pref="tabs.use_vertical_tabs" type="checkbox"><span
42 i18n-content="side_tabs"></span></label></td>
43 </tr>
44 </table>
45 </div>
46 </section>
47 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/tab_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698