Index: chrome/browser/resources/settings/route.js |
diff --git a/chrome/browser/resources/settings/route.js b/chrome/browser/resources/settings/route.js |
index 1d3496baa53825bda5d9738a01697bc316a2b2bb..0da06a1d959f0962b6215d45a038950c7e5c35df 100644 |
--- a/chrome/browser/resources/settings/route.js |
+++ b/chrome/browser/resources/settings/route.js |
@@ -228,6 +228,8 @@ cr.define('settings', function() { |
// <if expr="chromeos"> |
r.CUPS_PRINTERS = r.PRINTING.createChild('/cupsPrinters'); |
r.CUPS_PRINTER_DETAIL = r.CUPS_PRINTERS.createChild('/cupsPrinterDetails'); |
+ |
+ r.MULTIDEVICE = r.ADVANCED.createSection('/multidevice', 'multidevice'); |
// </if> |
r.ACCESSIBILITY = r.ADVANCED.createSection('/accessibility', 'a11y'); |