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

Unified Diff: chrome/browser/resources/options2/personal_options.html

Issue 9181013: [uber page] Migrate remaining Personal options into Browser options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: kill, kill, kill! Created 8 years, 11 months 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
Index: chrome/browser/resources/options2/personal_options.html
===================================================================
--- chrome/browser/resources/options2/personal_options.html (revision 117054)
+++ 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>

Powered by Google App Engine
This is Rietveld 408576698