| Index: chrome/browser/resources/options2/personal_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/personal_options.html (revision 117298)
|
| +++ chrome/browser/resources/options2/personal_options.html (working copy)
|
| @@ -1,79 +0,0 @@
|
| -<div id="personal-page" class="page" hidden>
|
| - <h1 i18n-content="personalPage"></h1>
|
| - <div class="displaytable">
|
| -<if expr="pp_ifdef('chromeos')">
|
| - <section>
|
| - <h3 i18n-content="account"></h3>
|
| - <div>
|
| - <span id="account-picture-wrapper">
|
| - <img id="account-picture"
|
| - src="chrome://theme/IDR_PROFILE_PICTURE_LOADING">
|
| - </span>
|
| - <label>
|
| - <input id="enable-screen-lock" type="checkbox"
|
| - pref="settings.enable_screen_lock">
|
| - <span i18n-content="enableScreenlock"></span>
|
| - </label>
|
| - <br>
|
| - <button id="change-picture-button" i18n-content="changePicture">
|
| - </button>
|
| - </div>
|
| - </section>
|
| -</if>
|
| -<if expr="not pp_ifdef('chromeos')">
|
| - <section>
|
| - <h3 i18n-content="browsingData"></h3>
|
| - <div>
|
| - <button id="import-data" i18n-content="importData"></button>
|
| - </div>
|
| - </section>
|
| -</if>
|
| -<if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
|
| - <section>
|
| - <h3 i18n-content="appearance"></h3>
|
| - <div>
|
| - <div>
|
| - <button id="themes-GTK-button"
|
| - i18n-content="themesGTKButton"></button>
|
| - <button id="themes-reset"
|
| - i18n-content="themesSetClassic"></button>
|
| - </div>
|
| - <div id="themes-gallery-div">
|
| - <a id="themes-gallery" i18n-content="themesGallery"
|
| - i18n-values="href:themesGalleryURL" target="_blank"></a>
|
| - </div>
|
| - <div class="radio">
|
| - <label>
|
| - <input name="decorations_radio"
|
| - pref="browser.custom_chrome_frame"
|
| - type="radio" value="false" metric="Options_CustomFrame">
|
| - <span i18n-content="showWindowDecorations"></span>
|
| - </label>
|
| - </div>
|
| - <div class="radio">
|
| - <label>
|
| - <input name="decorations_radio"
|
| - pref="browser.custom_chrome_frame"
|
| - type="radio" value="true" metric="Options_CustomFrame">
|
| - <span i18n-content="hideWindowDecorations"></span>
|
| - </label>
|
| - </div>
|
| - </div>
|
| - </section>
|
| -</if>
|
| -<if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
|
| - <section>
|
| - <h3 i18n-content="themes"></h3>
|
| - <div>
|
| - <div>
|
| - <button id="themes-reset" i18n-content="themesReset"></button>
|
| - </div>
|
| - <div id="themes-gallery-div">
|
| - <a id="themes-gallery" i18n-content="themesGallery"
|
| - i18n-values="href:themesGalleryURL" target="_blank"></a>
|
| - </div>
|
| - </div>
|
| - </section>
|
| -</if>
|
| - </div>
|
| -</div>
|
|
|