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

Unified Diff: src/inspector/v8-debugger-agent-impl.h

Issue 2710953004: [inspector] added restrictToFunction flag for getPossibleBreakpoints (Closed)
Patch Set: Created 3 years, 10 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: src/inspector/v8-debugger-agent-impl.h
diff --git a/src/inspector/v8-debugger-agent-impl.h b/src/inspector/v8-debugger-agent-impl.h
index 41a18a8d3688e2da939d6928b6e95cb567d4f25b..c202d3171796e5a98343a1de31f10c3b6640e729 100644
--- a/src/inspector/v8-debugger-agent-impl.h
+++ b/src/inspector/v8-debugger-agent-impl.h
@@ -67,6 +67,7 @@ class V8DebuggerAgentImpl : public protocol::Debugger::Backend {
Response getPossibleBreakpoints(
std::unique_ptr<protocol::Debugger::Location> start,
Maybe<protocol::Debugger::Location> end,
+ Maybe<bool> ignoreNestedFunctions,
std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations)
override;
Response setScriptSource(

Powered by Google App Engine
This is Rietveld 408576698