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

Unified Diff: third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h

Issue 2534803002: Move InspectorTask handling from MainThreadTaskRunner to Document (Closed)
Patch Set: s/wrapWeakPersistent/wrapCrossThreadWeakPersistent/ Created 4 years, 1 month 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/dom/MainThreadTaskRunner.h
diff --git a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
index 5a91d8119eef3260c754d13a31b65cd048f1f411..eb965f040a37539e25159b59576a753ccbac597a 100644
--- a/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
+++ b/third_party/WebKit/Source/core/dom/MainThreadTaskRunner.h
@@ -59,10 +59,7 @@ class CORE_EXPORT MainThreadTaskRunner final {
std::unique_ptr<ExecutionContextTask>,
const String& taskNameForInstrumentation = emptyString());
- void postInspectorTask(const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>);
void perform(std::unique_ptr<ExecutionContextTask>,
- bool isInspectorTask,
bool instrumenting);
void suspend();
@@ -73,11 +70,6 @@ class CORE_EXPORT MainThreadTaskRunner final {
void pendingTasksTimerFired(TimerBase*);
- void postTaskInternal(const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- bool isInspectorTask,
- bool instrumenting);
-
// Untraced back reference to the owner Document;
// this object has identical lifetime to it.
UntracedMember<ExecutionContext> m_context;

Powered by Google App Engine
This is Rietveld 408576698