| 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>
|
|
|