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

Unified Diff: src/inspector/test-interface.h

Issue 2819423005: [inspector] removed kDebugPromiseCollected event (Closed)
Patch Set: added a test Created 3 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
« no previous file with comments | « src/debug/interface-types.h ('k') | src/inspector/test-interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/test-interface.h
diff --git a/src/inspector/test-interface.h b/src/inspector/test-interface.h
index 98bedc2786d1fd36be4da77b5829f686b8693b04..70fbca186f88032fdbdfbe47bf9dcfa9890c6afe 100644
--- a/src/inspector/test-interface.h
+++ b/src/inspector/test-interface.h
@@ -12,6 +12,7 @@ namespace v8_inspector {
class V8Inspector;
V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);
+V8_EXPORT void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector);
} // v8_inspector
« no previous file with comments | « src/debug/interface-types.h ('k') | src/inspector/test-interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698