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

Unified Diff: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js

Issue 1160443003: Update Media Router WebUI JSDocs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 7 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 | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js
diff --git a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js
index ccff1f77f43ada2c85ebe211bf81fb698e79200d..46c6d1b6337149073d64c4d0537c6893015f68eb 100644
--- a/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js
+++ b/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js
@@ -19,9 +19,8 @@ Polymer({
},
/**
- * Returns true to hide the blocking issue UI, false to show it.
- *
* @param {?media_router.Issue} issue
+ * @return {boolean} Whether or not to hide the blocking issue UI.
* @private
*/
computeIsBlockingIssueHidden_: function(issue) {
@@ -39,9 +38,8 @@ Polymer({
},
/**
- * Returns true to hide |issue|'s optional action, false to show it.
- *
* @param {?media_router.Issue} issue
+ * @return {boolean} Whether or not to hide the non-blocking issue UI.
* @private
*/
computeOptionalActionHidden_: function(issue) {
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698