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

Unified Diff: chrome/browser/resources/media_router/media_router_ui_interface.js

Issue 1730163005: Fix closure compile by fixing JSDoc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/media_router_ui_interface.js
diff --git a/chrome/browser/resources/media_router/media_router_ui_interface.js b/chrome/browser/resources/media_router/media_router_ui_interface.js
index dc674f92aa5bf275b266015ed9b13e8e4faf9e63..37afa99f4f524604a2d136be24d0760a76b3f401 100644
--- a/chrome/browser/resources/media_router/media_router_ui_interface.js
+++ b/chrome/browser/resources/media_router/media_router_ui_interface.js
@@ -81,13 +81,13 @@ cr.define('media_router.ui', function() {
* Populates the WebUI with data obtained from Media Router.
*
* @param {{deviceMissingUrl: string,
- * sinksAndIdentity: {{
+ * sinksAndIdentity: {
* sinks: !Array<!media_router.Sink>,
* showEmail: boolean,
* userEmail: string,
* showDomain: boolean,
* userDomain: string
- * }},
+ * },
* routes: !Array<!media_router.Route>,
* castModes: !Array<!media_router.CastMode>}} data
* Parameters in data:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698