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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h

Issue 1917733002: [DevTools] Move part of CommandLineAPI to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
index 19ccc041f94092aa9ff1ff601f2fbbc7be8b912e..44108aa4c73653dcefd235289ac3ba30e132efc5 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScriptHost.h
@@ -62,12 +62,6 @@ public:
void inspectImpl(PassOwnPtr<protocol::Value> objectToInspect, PassOwnPtr<protocol::Value> hints);
- void clearConsoleMessages();
- void debugFunction(const String16& scriptId, int lineNumber, int columnNumber);
- void undebugFunction(const String16& scriptId, int lineNumber, int columnNumber);
- void monitorFunction(const String16& scriptId, int lineNumber, int columnNumber, const String16& functionName);
- void unmonitorFunction(const String16& scriptId, int lineNumber, int columnNumber);
-
V8DebuggerImpl* debugger() { return m_debugger; }
// FIXME: store this template in per isolate data

Powered by Google App Engine
This is Rietveld 408576698