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

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

Issue 1503403004: Settings People Rewrite: Move users_page as subpage of People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0053-people-rename-a-bunch-of-stuff
Patch Set: Created 5 years 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 | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/basic_page/basic_page.html
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.html b/chrome/browser/resources/settings/basic_page/basic_page.html
index 4a7ac47ac977caa0fc826d65088a88e576254a48..17d14058a6e9016440ac4097532268bafa164904 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -8,7 +8,6 @@
<if expr="chromeos">
<link rel="import" href="chrome://md-settings/internet_page/internet_page.html">
-<link rel="import" href="chrome://md-settings/users_page/users_page.html">
</if>
<if expr="not chromeos">
@@ -21,7 +20,7 @@
<template is="dom-if" if="[[showPage(pageVisibility.people)]]" restamp>
<settings-section i18n-values="page-title:peoplePageTitle"
current-route="[[currentRoute]]" section="people">
- <settings-people-page current-route="{{currentRoute}}">
+ <settings-people-page prefs="{{prefs}}" current-route="{{currentRoute}}">
</settings-people-page>
</settings-section>
</template>
@@ -57,15 +56,6 @@
</settings-search-page>
</settings-section>
</template>
-<if expr="chromeos">
- <template is="dom-if" if="[[showPage(pageVisibility.users)]]" restamp>
- <settings-section i18n-values="page-title:usersPageTitle"
- current-route="[[currentRoute]]" section="users">
- <settings-users-page prefs="{{prefs}}"></settings-users-page>
- </settings-section>
- </template>
-</if>
-
<if expr="not chromeos">
<template is="dom-if" if="[[showPage(pageVisibility.defaultBrowser)]]"
restamp>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698