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

Unified Diff: remoting/webapp/app_remoting/js/window_activation_menu.js

Issue 983023002: [Chromoting] Use compact notation for javascript @private types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « remoting/webapp/app_remoting/js/submenu_manager.js ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/js/window_activation_menu.js
diff --git a/remoting/webapp/app_remoting/js/window_activation_menu.js b/remoting/webapp/app_remoting/js/window_activation_menu.js
index a279c0b876f4203262b11b56c807f578beb36960..eff24af29a99874750bbc6693bf7ff65625d0d7b 100644
--- a/remoting/webapp/app_remoting/js/window_activation_menu.js
+++ b/remoting/webapp/app_remoting/js/window_activation_menu.js
@@ -18,10 +18,7 @@ var remoting = remoting || {};
* @constructor
*/
remoting.WindowActivationMenu = function(adapter) {
- /**
- * @type {remoting.SubmenuManager}
- * @private
- */
+ /** @private {remoting.SubmenuManager} */
this.submenuManager_ = new remoting.SubmenuManager(
adapter,
chrome.i18n.getMessage(/*i18n-content*/'WINDOWS_SUBMENU_TITLE'),
« no previous file with comments | « remoting/webapp/app_remoting/js/submenu_manager.js ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698