summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/chromeos_labs.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/options/chromeos_labs.html')
-rw-r--r--chrome/browser/resources/options/chromeos_labs.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/chrome/browser/resources/options/chromeos_labs.html b/chrome/browser/resources/options/chromeos_labs.html
new file mode 100644
index 0000000..818f126
--- /dev/null
+++ b/chrome/browser/resources/options/chromeos_labs.html
@@ -0,0 +1,26 @@
+<div class="page hidden" id="labsPage">
+ <div class="section">
+ <div class="section-title" i18n-content="mediaplayer_title"></div>
+ <div class="option">
+ <table class="option-control-table">
+ <tr>
+ <td class="option-name"><label><input id="mediaplayer-check"
+ pref="settings.labs.mediaplayer" type="checkbox"><span
+ i18n-content="mediaplayer"></span></label></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+ <div class="section">
+ <div class="section-title" i18n-content="advanced_file_title"></div>
+ <div class="option">
+ <table class="option-control-table">
+ <tr>
+ <td class="option-name"><label><input id="advanced-filesystem-check"
+ pref="settings.labs.advanced_filesystem" type="checkbox"><span
+ i18n-content="advanced_filesystem"></span></label></td>
+ </tr>
+ </table>
+ </div>
+ </div>
+</div>