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

Unified Diff: Source/devtools/front_end/host/InspectorFrontendHost.js

Issue 660503002: Revert of [DevTools] Inject element into toolbox window, do not load modules there. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « Source/core/inspector/InspectorFrontendHost.idl ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/host/InspectorFrontendHost.js
diff --git a/Source/devtools/front_end/host/InspectorFrontendHost.js b/Source/devtools/front_end/host/InspectorFrontendHost.js
index 0624b99b27f862e45bd3d4e0af2baa0a0637e6d4..144b9e5877e558541f554e6bad7e14cba2d95603 100644
--- a/Source/devtools/front_end/host/InspectorFrontendHost.js
+++ b/Source/devtools/front_end/host/InspectorFrontendHost.js
@@ -31,10 +31,6 @@
/** @interface */
function InspectorFrontendHostAPI()
{
- /**
- * @type {!WebInspector.EventTarget}
- */
- this.events;
}
/** @typedef {{type:string, id:(number|undefined),
@@ -276,9 +272,8 @@
* @param {number} x
* @param {number} y
* @param {!Array.<!InspectorFrontendHostAPI.ContextMenuDescriptor>} items
- * @param {!Window} window
- */
- showContextMenuAtPoint: function(x, y, items, window) { },
+ */
+ showContextMenuAtPoint: function(x, y, items) { },
/**
* @return {boolean}
@@ -591,9 +586,8 @@
* @param {number} x
* @param {number} y
* @param {!Array.<!InspectorFrontendHostAPI.ContextMenuDescriptor>} items
- * @param {!Window} window
- */
- showContextMenuAtPoint: function(x, y, items, window)
+ */
+ showContextMenuAtPoint: function(x, y, items)
{
throw "Soft context menu should be used";
},
« no previous file with comments | « Source/core/inspector/InspectorFrontendHost.idl ('k') | Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698