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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrameClient.h

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: comments addressed Created 3 years, 9 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/frame/LocalFrameClient.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
index ef0b5b7ec982f18436826a0f35e0794e5f4357d5..c30847d65197accace2d7f7a9b4cd0d0cb8e1369 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h
@@ -219,6 +219,7 @@ class CORE_EXPORT LocalFrameClient : public FrameClient {
virtual void documentElementAvailable() = 0;
virtual void runScriptsAtDocumentElementAvailable() = 0;
virtual void runScriptsAtDocumentReady(bool documentIsEmpty) = 0;
+ virtual void runScriptsAtDocumentIdle() = 0;
virtual void didCreateScriptContext(v8::Local<v8::Context>, int worldId) = 0;
virtual void willReleaseScriptContext(v8::Local<v8::Context>,
« no previous file with comments | « extensions/renderer/script_injection_manager.cc ('k') | third_party/WebKit/Source/core/loader/EmptyClients.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698