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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl

Issue 1913283003: [DevTools] Rework idle{Started,Finished} instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1907663005
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
index 431b22293cdfd94cdc3c73d9a08dea22a333c60a..65a8b5001ac15bc4a02bf217194f576b58c6dd48 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
@@ -257,24 +257,6 @@ class XMLHttpRequest;
[Worker, PageConsole]
void workerTerminated(ExecutionContext*, WorkerInspectorProxy* proxy);
- [V8]
- void willProcessTask(WorkerGlobalScope*);
-
- [V8]
- void didProcessTask(WorkerGlobalScope*);
-
- [V8]
- void willProcessTask(LocalFrame*);
-
- [V8]
- void didProcessTask(LocalFrame*);
-
- [V8]
- void willEnterNestedRunLoop(WorkerGlobalScope*);
-
- [V8]
- void didLeaveNestedRunLoop(WorkerGlobalScope*);
-
[Resource]
void didCreateWebSocket([Keep] Document*, unsigned long identifier, const KURL& requestURL, const String& protocol);

Powered by Google App Engine
This is Rietveld 408576698