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

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: Reviewer's feedback 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..0e9ec303cb65e6af9922644cc69a226206d58214 100644
--- a/remoting/webapp/app_remoting/js/context_menu_chrome.js
+++ b/remoting/webapp/app_remoting/js/context_menu_chrome.js
@@ -16,8 +16,9 @@ var remoting = remoting || {};
* @constructor
* @implements {remoting.ContextMenuAdapter}
*/
-remoting.ContextMenuChrome = function() {
-};
+remoting.ContextMenuChrome = function() {};
+
+remoting.ContextMenuChrome.prototype.dispose = function() {};
/**
* @param {string} id An identifier for the menu entry.
« no previous file with comments | « remoting/webapp/app_remoting/js/context_menu_adapter.js ('k') | remoting/webapp/app_remoting/js/context_menu_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698