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

Unified Diff: Source/core/inspector/InspectorDebuggerAgent.h

Issue 440913002: DevTools: Async call stacks for FileSystem API part 2. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index 56477d23ef2e7f231958478f785ad2727f0cc230..0ba5efec0bff17e85bd85fe6f2575cc1ac0b1c83 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -167,7 +167,7 @@ public:
void didKillAllExecutionContextTasks(ExecutionContext*);
void willPerformExecutionContextTask(ExecutionContext*, ExecutionContextTask*);
void didPerformExecutionContextTask();
- int traceAsyncOperationStarting(ExecutionContext*, const String& operationName);
+ int traceAsyncOperationStarting(ExecutionContext*, const String& operationName, int prevOperationId = 0);
void traceAsyncOperationCompleted(ExecutionContext*, int operationId);
void traceAsyncOperationCompletedCallbackStarting(ExecutionContext*, int operationId);
void traceAsyncCallbackStarting(ExecutionContext*, int operationId);

Powered by Google App Engine
This is Rietveld 408576698