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

Unified Diff: chrome/browser/resources/settings/page_visibility.js

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
Index: chrome/browser/resources/settings/page_visibility.js
diff --git a/chrome/browser/resources/settings/page_visibility.js b/chrome/browser/resources/settings/page_visibility.js
index 68fb662b9892d888302fcfbfc04a14e808c09278..80d9b2017dbb196d9f7e2178de8948bf5ef486ce 100644
--- a/chrome/browser/resources/settings/page_visibility.js
+++ b/chrome/browser/resources/settings/page_visibility.js
@@ -10,6 +10,7 @@
* dateTime: (boolean|undefined|DateTimePageVisibility),
* defaultBrowser: (boolean|undefined),
* downloads: (boolean|undefined|DownloadsPageVisibility),
+ * multidevice: (boolean|undefined),
* onStartup: (boolean|undefined),
* passwordsAndForms: (boolean|undefined),
* people: (boolean|undefined),
@@ -96,6 +97,7 @@ cr.define('settings', function() {
downloads: {
googleDrive: false,
},
+ multidevice: false,
};
// </if>
}
« no previous file with comments | « chrome/browser/resources/settings/multidevice_page/multidevice_page.js ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698