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

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

Issue 2856773003: Remove deprecated ExecutionContextTask (Closed)
Patch Set: restore private / rebase Created 3 years, 6 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 | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 92c145998e359219f57d29780fc5d3af6d0a28d0..b95f82ec8087c29a71e1a2adc4575ae8a31546bf 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1000,12 +1000,6 @@ class CORE_EXPORT Document : public ContainerNode,
bool IsDNSPrefetchEnabled() const { return is_dns_prefetch_enabled_; }
void ParseDNSPrefetchControlHeader(const String&);
- void PostTask(TaskType,
- const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>,
- const String& task_name_for_instrumentation = g_empty_string)
- override; // Executes the task on context's thread asynchronously.
-
void TasksWereSuspended() final;
void TasksWereResumed() final;
bool TasksNeedSuspension() final;
@@ -1448,9 +1442,6 @@ class CORE_EXPORT Document : public ContainerNode,
void SendSensitiveInputVisibility();
void SendSensitiveInputVisibilityInternal();
- void RunExecutionContextTask(std::unique_ptr<ExecutionContextTask>,
- bool instrumenting);
-
bool HaveImportsLoaded() const;
DocumentLifecycle lifecycle_;
« no previous file with comments | « third_party/WebKit/Source/core/dom/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698