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

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

Issue 2176613003: [Media Router] Clean up issues related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/media_router/media_router_data.js
diff --git a/chrome/browser/resources/media_router/media_router_data.js b/chrome/browser/resources/media_router/media_router_data.js
index 7e3897001faf7615ccf2d470612ba420de1c7f3a..b137696226792b1ddd5aee3cb0133ecc633e1902 100644
--- a/chrome/browser/resources/media_router/media_router_data.js
+++ b/chrome/browser/resources/media_router/media_router_data.js
@@ -124,7 +124,7 @@ cr.define('media_router', function() {
loadTimeData.getString('autoCastMode'), null);
/**
- * @param {string} id The ID of this issue.
+ * @param {number} id The ID of this issue.
* @param {string} title The issue title.
* @param {string} message The issue message.
* @param {number} defaultActionType The type of default action.
@@ -139,7 +139,7 @@ cr.define('media_router', function() {
var Issue = function(id, title, message, defaultActionType,
secondaryActionType, routeId, isBlocking,
helpPageId) {
- /** @type {string} */
+ /** @type {number} */
this.id = id;
/** @type {string} */

Powered by Google App Engine
This is Rietveld 408576698