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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp

Issue 1785533002: [DevTools] Removed unused hidden protocol method: getStepInPositions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/core/inspector/InspectorDebuggerAgent.cpp
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
index 4dae7c69d88d82249d0ab8e056366e8c56aac772..4621ec2c859c46844caf8b93a8c1e0f6882b6c53 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
+++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp
@@ -248,13 +248,6 @@ void InspectorDebuggerAgent::setVariableValue(ErrorString* errorString, int inSc
m_v8DebuggerAgent->setVariableValue(errorString, inScopeNumber, inVariableName, inNewValue, inCallFrameId, inFunctionObjectId);
}
-void InspectorDebuggerAgent::getStepInPositions(ErrorString* errorString,
- const String16& inCallFrameId,
- Maybe<Array<protocol::Debugger::Location>>* optOutStepInPositions)
-{
- m_v8DebuggerAgent->getStepInPositions(errorString, inCallFrameId, optOutStepInPositions);
-}
-
void InspectorDebuggerAgent::getBacktrace(ErrorString* errorString,
OwnPtr<Array<protocol::Debugger::CallFrame>>* outCallFrames,
Maybe<protocol::Runtime::StackTrace>* optOutAsyncStackTrace)
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h ('k') | third_party/WebKit/Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698