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

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

Issue 1159623003: Add skeleton UI for sync page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some lint issues. Created 5 years, 7 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/settings/settings_main/settings_main.html
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.html b/chrome/browser/resources/settings/settings_main/settings_main.html
index 0c0d71ad3d49aa2d262bedd931ac41150e5b65b5..3d8799eecc0aca8ad234b5bd4430bee8633b7d56 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.html
+++ b/chrome/browser/resources/settings/settings_main/settings_main.html
@@ -8,6 +8,7 @@
<link rel="import" href="chrome://md-settings/downloads_page/downloads_page.html">
<link rel="import" href="chrome://md-settings/search_engines_page/search_engines_page.html">
<link rel="import" href="chrome://md-settings/search_page/search_page.html">
+<link rel="import" href="chrome://md-settings/sync_page/sync_page.html">
<!-- TODO: Uncomment pages as they are upgraded.
<link rel="import" href="chrome://md-settings/internet_page/internet_page.html">
@@ -49,6 +50,7 @@
<cr-settings-search-page route="search"></cr-settings-search-page>
<cr-settings-search-engines-page route="search-engines">
</cr-settings-search-engines-page>
+ <cr-settings-sync-page route="sync"></cr-settings-sync-page>
</iron-pages>
</more-route-selector>
</div>

Powered by Google App Engine
This is Rietveld 408576698