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

Unified Diff: chrome/browser/resources/media_router/media_router.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.js
diff --git a/chrome/browser/resources/media_router/media_router.js b/chrome/browser/resources/media_router/media_router.js
index afcee95142e1d9b1bd67000354382b054431297b..1baa5b0ae1776bb59ca775030e5caa5a7a38dd54 100644
--- a/chrome/browser/resources/media_router/media_router.js
+++ b/chrome/browser/resources/media_router/media_router.js
@@ -181,7 +181,7 @@ cr.define('media_router', function() {
* helpPageId - the numeric help center ID.
*/
function onIssueActionClick(event) {
- /** @type {{id: string, actionType: number, helpPageId: number}} */
+ /** @type {{id: number, actionType: number, helpPageId: number}} */
var detail = event.detail;
media_router.browserApi.actOnIssue(detail.id,
detail.actionType,

Powered by Google App Engine
This is Rietveld 408576698