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

Unified Diff: Source/web/InspectorFrontendClientImpl.h

Issue 423673004: [DevTools] Switch from separate sendMessageToBackend method to using embedder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/sdk/WorkerManager.js ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorFrontendClientImpl.h
diff --git a/Source/web/InspectorFrontendClientImpl.h b/Source/web/InspectorFrontendClientImpl.h
index 5e99a4326a66a5f80424e569012d84544ca8745d..ad5775cd6a4932c1a7314b97103ebbbbb7060d40 100644
--- a/Source/web/InspectorFrontendClientImpl.h
+++ b/Source/web/InspectorFrontendClientImpl.h
@@ -54,8 +54,6 @@ public:
// InspectorFrontendClient methods:
virtual void windowObjectCleared() OVERRIDE;
- virtual void sendMessageToBackend(const WTF::String&) OVERRIDE;
-
virtual void sendMessageToEmbedder(const WTF::String&) OVERRIDE;
virtual bool isUnderTest() OVERRIDE;
« no previous file with comments | « Source/devtools/front_end/sdk/WorkerManager.js ('k') | Source/web/InspectorFrontendClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698