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