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

Unified Diff: sky/engine/v8_inspector/InspectorDebuggerAgent.h

Issue 754463004: Remove ScriptPreprocessor (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/v8_inspector/BUILD.gn ('k') | sky/engine/v8_inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/InspectorDebuggerAgent.h
diff --git a/sky/engine/v8_inspector/InspectorDebuggerAgent.h b/sky/engine/v8_inspector/InspectorDebuggerAgent.h
index 5551282c91ce986d3c3baf9f5ac1d24453ddb02d..a6ce44a4d6458aa7dc95fbee87e0733c4b8a1833 100644
--- a/sky/engine/v8_inspector/InspectorDebuggerAgent.h
+++ b/sky/engine/v8_inspector/InspectorDebuggerAgent.h
@@ -99,9 +99,6 @@ public:
bool runningNestedMessageLoop();
void addMessageToConsole(ConsoleMessage*);
- String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
- PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
-
// Part of the protocol.
virtual void enable(ErrorString*) override final;
virtual void disable(ErrorString*) override final;
« no previous file with comments | « sky/engine/v8_inspector/BUILD.gn ('k') | sky/engine/v8_inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698