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

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

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)
Patch Set: Sync and rebase Created 3 years, 5 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.js » ('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 fcff6d2cbc42afbe37df675d5fa6da8db46a7114..26f5b266b49f71f188d1de91ca04b96135c4a870 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.html
+++ b/chrome/browser/resources/settings/basic_page/basic_page.html
@@ -19,6 +19,7 @@
<link rel="import" href="../bluetooth_page/bluetooth_page.html">
<link rel="import" href="../device_page/device_page.html">
<link rel="import" href="../internet_page/internet_page.html">
+<link rel="import" href="../multidevice_page/multidevice_page.html">
</if>
<if expr="not chromeos">
@@ -263,6 +264,17 @@
</settings-printing-page>
</settings-section>
</template>
+<if expr="chromeos">
+ <template is="dom-if"
+ if="[[shouldShowMultidevice_(showMultidevice, pageVisibility)]]"
+ restamp>
+ <settings-section page-title="$i18n{multidevicePageTitle}"
+ section="multidevice">
+ <settings-multidevice-page prefs="{{prefs}}">
+ </settings-multidevice-page>
+ </settings-section>
+ </template>
+</if>
<template is="dom-if" if="[[showPage_(pageVisibility.a11y)]]" restamp>
<settings-section page-title="$i18n{a11yPageTitle}" section="a11y">
<settings-a11y-page prefs="{{prefs}}"></settings-a11y-page>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/basic_page/basic_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698