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

Unified Diff: remoting/webapp/crd/js/activation_handler.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/base/js/window_shape.js ('k') | remoting/webapp/crd/js/cast_extension_handler.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/activation_handler.js
diff --git a/remoting/webapp/crd/js/activation_handler.js b/remoting/webapp/crd/js/activation_handler.js
index 4cdd8380383757dcd0993a288359f96d29995ce0..a483d361e967799fed5e312cf69d97d168f89d30 100644
--- a/remoting/webapp/crd/js/activation_handler.js
+++ b/remoting/webapp/crd/js/activation_handler.js
@@ -20,10 +20,7 @@ var NEW_WINDOW_MENU_ID_ = 'new-window';
* @constructor
*/
remoting.ActivationHandler = function (ipc, appLauncher) {
- /**
- * @type {remoting.V2AppLauncher}
- * @private
- */
+ /** @private {remoting.V2AppLauncher} */
this.appLauncher_ = appLauncher;
chrome.contextMenus.create({
@@ -69,4 +66,4 @@ remoting.ActivationHandler.prototype.onLaunched_ = function() {
}
};
-})();
+})();
« no previous file with comments | « remoting/webapp/base/js/window_shape.js ('k') | remoting/webapp/crd/js/cast_extension_handler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698