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

Unified Diff: chrome/browser/resources/settings/advanced_page/advanced_page.html

Issue 1381553003: Settings Rewrite: Add Sign-in (Chrome) section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/basic_page/basic_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/advanced_page/advanced_page.html
diff --git a/chrome/browser/resources/settings/advanced_page/advanced_page.html b/chrome/browser/resources/settings/advanced_page/advanced_page.html
index f5df256b86a144b1e0ccedac793a1d5b1fb4317f..ae69661b1791bc3f41364f9a2ccafaf0007edf1b 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.html
+++ b/chrome/browser/resources/settings/advanced_page/advanced_page.html
@@ -4,7 +4,6 @@
<link rel="import" href="chrome://md-settings/location_page/location_page.html">
<link rel="import" href="chrome://md-settings/privacy_page/privacy_page.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_section.html">
-<link rel="import" href="chrome://md-settings/sync_page/sync_page.html">
<if expr="chromeos">
<link rel="import" href="chrome://md-settings/a11y_page/a11y_page.html">
@@ -55,11 +54,6 @@
<cr-settings-a11y-page prefs="{{prefs}}"></cr-settings-a11y-page>
</settings-section>
</if>
-
- <settings-section i18n-values="page-title:syncPageTitle"
- current-route="[[currentRoute]]" section="sync">
- <cr-settings-sync-page></cr-settings-sync-page>
- </settings-section>
</template>
<script src="advanced_page.js"></script>
</dom-module>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/basic_page/basic_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698