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

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

Issue 2964293002: CrOS Settings: Add skeleton page for multidevice section. (Closed)
Patch Set: Updating sms connect section with summary text 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 a5d4a1c188bfabd40c0ffbf6bc9b0af53da99d1c..79a21c850faf07bea9d85c4a362dcca7b1d11cdc 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: (undefined|DownloadsPageVisibility),
+ * multidevice: (boolean|undefined),
* onStartup: (boolean|undefined),
* passwordsAndForms: (boolean|undefined),
* people: (boolean|undefined),
@@ -97,6 +98,7 @@ cr.define('settings', function() {
downloads: {
googleDrive: false,
},
+ multidevice: false,
};
// </if>
}

Powered by Google App Engine
This is Rietveld 408576698