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 820fb106c7ec4944220897e54d1249babbd62bae..aaa9035fc369577aeb178d555911701f9092d82a 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"> |
@@ -61,12 +60,6 @@ |
<cr-settings-a11y-page prefs="{{prefs}}"></cr-settings-a11y-page> |
</cr-settings-section> |
</if> |
- |
- <cr-settings-section i18n-values="page-title:syncPageTitle" |
- expand-container="[[expandContainer]]" |
- current-route="[[currentRoute]]" section="sync"> |
- <cr-settings-sync-page></cr-settings-sync-page> |
- </cr-settings-section> |
</template> |
<script src="advanced_page.js"></script> |
</dom-module> |