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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: rebase 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/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 35277a73e752e3e584f96c5c222e96fc31fe6562..9c191eb10397fb6a6316a3b8e5a2fd31e9f3c139 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -65,6 +65,7 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void documentElementAvailable() override;
void runScriptsAtDocumentElementAvailable() override;
void runScriptsAtDocumentReady(bool documentIsEmpty) override;
+ void runScriptsAtDocumentIdle() override;
void didCreateScriptContext(v8::Local<v8::Context>, int worldId) override;
void willReleaseScriptContext(v8::Local<v8::Context>, int worldId) override;

Powered by Google App Engine
This is Rietveld 408576698