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

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

Issue 1314853006: DevTools: expose wired front-end API for editors interop [blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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/devtools/front_end/devtools.js ('k') | Source/devtools/front_end/host/InspectorFrontendHostAPI.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 0eae6a65d8dd8217eb9b8023ed458b3ea70db946..1f05a6d8294fc5acce4c93ec42ebc2c8e2cd2de4 100644
--- a/Source/devtools/front_end/host/InspectorFrontendHost.js
+++ b/Source/devtools/front_end/host/InspectorFrontendHost.js
@@ -406,6 +406,14 @@ WebInspector.InspectorFrontendHostStub.prototype = {
isHostedMode: function()
{
return true;
+ },
+
+ /**
+ * @override
+ * @param {string} message
+ */
+ sendFrontendAPINotification: function(message)
+ {
}
};
« no previous file with comments | « Source/devtools/front_end/devtools.js ('k') | Source/devtools/front_end/host/InspectorFrontendHostAPI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698