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

Unified Diff: Source/devtools/front_end/InspectorFrontendHostStub.js

Issue 23289002: Introduce InspectorFrontendHost.sendMessageToFrontendHost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 4 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: Source/devtools/front_end/InspectorFrontendHostStub.js
diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js
index eb7b1a6be48651edcbee45ebaf7f2d94f538c835..87754ab4b9e388126f5c0c18ca0704a80c55ac3f 100644
--- a/Source/devtools/front_end/InspectorFrontendHostStub.js
+++ b/Source/devtools/front_end/InspectorFrontendHostStub.js
@@ -182,6 +182,10 @@ WebInspector.InspectorFrontendHostStub.prototype = {
{
},
+ sendMessageToFrontendHost: function(message)
+ {
+ },
+
recordActionTaken: function(actionCode)
{
},

Powered by Google App Engine
This is Rietveld 408576698