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

Unified Diff: src/debug/interface-types.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/debug.cc ('k') | src/inspector/test-interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/interface-types.h
diff --git a/src/debug/interface-types.h b/src/debug/interface-types.h
index 3f82fe6d768fcbb93a498a678f3598cc7f6bb1f1..265cd7559c2e202e68019b90c739af17ccfde1fa 100644
--- a/src/debug/interface-types.h
+++ b/src/debug/interface-types.h
@@ -73,7 +73,6 @@ enum PromiseDebugActionType {
kDebugEnqueueAsyncFunction,
kDebugEnqueuePromiseResolve,
kDebugEnqueuePromiseReject,
- kDebugPromiseCollected,
kDebugWillHandle,
kDebugDidHandle,
};
« no previous file with comments | « src/debug/debug.cc ('k') | src/inspector/test-interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698