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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.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 | « chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js ('k') | 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/elements/media_router_container/media_router_container.js
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
index a8a969303b1a00aa2a6aee509aaed310a850687e..47c26e6405bc00f681cbeb9fb6179b850356efde 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
@@ -187,7 +187,7 @@ Polymer({
/**
* @param {!MediaRouterContainerView} view The current view.
* @param {?media_router.Issue} issue The current issue.
- * return {boolean} Whether or not to hide the header.
+ * @return {boolean} Whether or not to hide the header.
* @private
*/
computeHeaderHidden_: function(view, issue) {
@@ -199,7 +199,7 @@ Polymer({
/**
* @param {!MediaRouterContainerView} view The current view.
* @param {?media_router.Issue} issue The current issue.
- * return {boolean} Whether or not to hide the issue banner.
+ * @return {boolean} Whether or not to hide the issue banner.
* @private
*/
computeIssueBannerHidden_: function(view, issue) {
@@ -209,7 +209,7 @@ Polymer({
/**
* @param {!MediaRouterContainerView} view The current view.
* @param {?media_router.Issue} issue The current issue.
- * return {boolean} Whether or not to hide the route details.
+ * @return {boolean} Whether or not to hide the route details.
* @private
*/
computerRouteDetailsHidden_: function(view, issue) {
@@ -219,7 +219,7 @@ Polymer({
/**
* @param {!string} sinkId A sink ID.
- * return {boolean} Whether or not to hide the route info in the sink list
+ * @return {boolean} Whether or not to hide the route info in the sink list
* that is associated with |sinkId|.
* @private
*/
@@ -229,7 +229,7 @@ Polymer({
/**
* @param {!string} sinkId A sink ID.
- * return {string} The title value of the route associated with |sinkId|.
+ * @return {string} The title value of the route associated with |sinkId|.
* @private
*/
computeRouteInSinkListValue_: function(sinkId) {
@@ -249,7 +249,7 @@ Polymer({
/**
* @param {!MediaRouterContainerView} view The current view.
* @param {?media_router.Issue} issue The current issue.
- * return {boolean} Whether or not to hide the sink list.
+ * @return {boolean} Whether or not to hide the sink list.
* @private
*/
computeSinkListHidden_: function(view, issue) {
« no previous file with comments | « chrome/browser/resources/media_router/elements/issue_banner/issue_banner.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698