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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/tab_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos_labs.html
diff --git a/chrome/browser/resources/options/chromeos_labs.html b/chrome/browser/resources/options/chromeos_labs.html
deleted file mode 100644
index 56f661935e238cb97e96213ea41adce7af80fc09..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options/chromeos_labs.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<div class="page hidden" id="labsPage">
- <h1 i18n-content="labsPage"></h1>
- <section>
- <h3 i18n-content="mediaplayer_title"></h3>
- <div class="option">
- <table class="option-control-table">
- <tr>
- <td class="option-name">
- <label class="checkbox">
- <input id="mediaplayer-check" pref="settings.labs.mediaplayer"
- type="checkbox">
- <span i18n-content="mediaplayer"></span>
- </label>
- </td>
- </tr>
- </table>
- </div>
- </section>
- <section>
- <h3 i18n-content="advanced_file_title"></h3>
- <div class="option">
- <table class="option-control-table">
- <tr>
- <td class="option-name">
- <label class="checkbox">
- <input id="advanced-filesystem-check"
- pref="settings.labs.advanced_filesystem" type="checkbox">
- <span i18n-content="advanced_filesystem"></span>
- </label>
- </td>
- </tr>
- </table>
- </div>
- </section>
- <section>
- <h3 i18n-content="side_tabs_title"></h3>
- <div class="option">
- <table class="option-control-table">
- <tr>
- <td class="option-name"><label><input id="side-tabs-check"
- pref="tabs.use_vertical_tabs" type="checkbox"><span
- i18n-content="side_tabs"></span></label></td>
- </tr>
- </table>
- </div>
- </section>
-</div>
« 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