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

Unified Diff: third_party/WebKit/Source/core/inspector/DevToolsHost.h

Issue 1635883004: Revert of DevTools: do not use ScriptFunctionCall in the front-end embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | third_party/WebKit/Source/core/inspector/DevToolsHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/DevToolsHost.h
diff --git a/third_party/WebKit/Source/core/inspector/DevToolsHost.h b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
index 9e622bf16e4be3d039f8febf467d304e77c05b90..ddba6318e410b8ddce9befd32d56cbc621cda1d5 100644
--- a/third_party/WebKit/Source/core/inspector/DevToolsHost.h
+++ b/third_party/WebKit/Source/core/inspector/DevToolsHost.h
@@ -77,10 +77,7 @@
void clearMenuProvider() { m_menuProvider = nullptr; }
private:
- friend class FrontendMenuProvider;
-
DevToolsHost(InspectorFrontendClient*, LocalFrame* frontendFrame);
- void evaluateScript(const String&);
InspectorFrontendClient* m_client;
RawPtrWillBeMember<LocalFrame> m_frontendFrame;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/DevToolsHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698