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

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

Issue 1143453007: remoting.WindowShape clean up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: remoting/webapp/app_remoting/js/context_menu_chrome.js
diff --git a/remoting/webapp/app_remoting/js/context_menu_chrome.js b/remoting/webapp/app_remoting/js/context_menu_chrome.js
index c46838678eb03e52242e6a64a22fb766c1cf8d82..4db554d42808f7697b1425fd32d98c87fe93d0a1 100644
--- a/remoting/webapp/app_remoting/js/context_menu_chrome.js
+++ b/remoting/webapp/app_remoting/js/context_menu_chrome.js
@@ -16,9 +16,9 @@ var remoting = remoting || {};
* @constructor
* @implements {remoting.ContextMenuAdapter}
*/
-remoting.ContextMenuChrome = function() {
-};
+remoting.ContextMenuChrome = function() {};
+remoting.ContextMenuChrome.prototype.dispose = function() {};
garykac 2015/05/19 00:39:53 nit: blank line after
kelvinp 2015/05/19 17:46:34 Done.
/**
* @param {string} id An identifier for the menu entry.
* @param {string} title The text to display in the menu.

Powered by Google App Engine
This is Rietveld 408576698