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

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: fix tests Created 4 years 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 c6e0f32e95e720b39f0b02b67420fe515c2dc6ea..d6830bfd8ed5cb536cfdf7b6c6a12b62e5e91eb8 100644
--- a/chrome/browser/resources/media_router/media_router.js
+++ b/chrome/browser/resources/media_router/media_router.js
@@ -198,7 +198,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,
« no previous file with comments | « chrome/browser/media/router/test_helper.h ('k') | chrome/browser/resources/media_router/media_router_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698