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

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

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/platform/v8_inspector/V8DebuggerAgentImpl.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
index 712aaa4ec7bd53f61d8704fe534cd05c828f221f..3d5bf5c5820fdeee32c4ec0968a14fe9d6ded721 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerAgentImpl.h
@@ -82,9 +82,6 @@ public:
void continueToLocation(ErrorString*,
PassOwnPtr<protocol::Debugger::Location>,
const Maybe<bool>& interstateLocationOpt) override;
- void getStepInPositions(ErrorString*,
- const String16& callFrameId,
- Maybe<protocol::Array<protocol::Debugger::Location>>* positions) override;
void getBacktrace(ErrorString*,
OwnPtr<protocol::Array<protocol::Debugger::CallFrame>>*,
Maybe<protocol::Runtime::StackTrace>*) override;

Powered by Google App Engine
This is Rietveld 408576698