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

Unified Diff: remoting/webapp/options_menu.js

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use classes for help and feedback elements. Created 6 years, 5 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
Index: remoting/webapp/options_menu.js
diff --git a/remoting/webapp/options_menu.js b/remoting/webapp/options_menu.js
index fa1b9fd0153dfbf622916c2213062128cfb12d88..091f576ae6281af4b5df088dd7d21412edf2dc59 100644
--- a/remoting/webapp/options_menu.js
+++ b/remoting/webapp/options_menu.js
@@ -13,11 +13,11 @@
var remoting = remoting || {};
/**
- * @param {HTMLElement} sendCtrlAltDel
- * @param {HTMLElement} sendPrtScrn
- * @param {HTMLElement} resizeToClient
- * @param {HTMLElement} shrinkToFit
- * @param {HTMLElement?} fullscreen
+ * @param {Element} sendCtrlAltDel
+ * @param {Element} sendPrtScrn
+ * @param {Element} resizeToClient
+ * @param {Element} shrinkToFit
+ * @param {Element?} fullscreen
* @constructor
*/
remoting.OptionsMenu = function(sendCtrlAltDel, sendPrtScrn,

Powered by Google App Engine
This is Rietveld 408576698