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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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/sync_section.html
diff --git a/chrome/browser/resources/options2/sync_section.html b/chrome/browser/resources/options2/sync_section.html
deleted file mode 100644
index 4f7c980daa9b03f76522e78e4b70da44e1350a72..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/sync_section.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<if expr="not pp_ifdef('chromeos')">
-<section id="sync-section">
- <h3 i18n-content="sectionTitleSync"></h3>
-</if>
-<if expr="pp_ifdef('chromeos')">
-<div id="sync-section">
-</if>
-
- <div id="sync-overview" class="settings-row" hidden>
- <p i18n-content="syncOverview"></p>
- <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"
- target="_blank"></a>
- </div>
-
-<if expr="pp_ifdef('chromeos')">
- <div id="account-picture-wrapper">
- <img id="account-picture">
- <div id="change-picture-caption" i18n-content="changePicture"></div>
- </div>
- <div id="sync-general">
-</if> <!-- pp_ifdef('chromeos') -->
-
- <div id="sync-status" class="settings-row" hidden>
- <span id="sync-status-text"></span>
- <button id="sync-action-link" class="link-button"></button>
- </div>
-
-<if expr="pp_ifdef('chromeos')">
- <div class="checkbox">
- <label>
- <input id="enable-screen-lock" type="checkbox"
- pref="settings.enable_screen_lock">
- <span i18n-content="enableScreenlock"></span>
- </label>
- </div>
- </div>
-</if> <!-- pp_ifdef('chromeos') -->
-
- <div id="sync-buttons" class="settings-row">
- <button id="start-stop-sync" hidden></button>
- <button id="customize-sync" i18n-content="customizeSync" hidden>
- </button>
-<if expr="pp_ifdef('chromeos')">
- <button id="manage-accounts-button"
- i18n-content="manageAccountsButtonTitle">
- </button>
-</if> <!-- pp_ifdef('chromeos') -->
- <div id="enable-auto-login-checkbox" class="checkbox" hidden>
- <label>
- <input id="enable-auto-login" pref="autologin.enabled"
- metric="Options_Autologin" type="checkbox">
- <span i18n-content="autologinEnabled"></span>
- </label>
- </div>
- </div>
-
-<if expr="not pp_ifdef('chromeos')">
-</section>
-</if>
-<if expr="pp_ifdef('chromeos')">
-</div>
-</if>
« no previous file with comments | « chrome/browser/resources/options2/subpages_tab_controls.css ('k') | chrome/browser/resources/options2_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698