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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 68980612eaba0756b9feaf5a2a341be122ae8398..c6dea00c184773ea1a0df8501498ceb92fee5b76 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -138,6 +138,7 @@ class WEB_EXPORT WebLocalFrameImpl final
const WebScriptSource* sourceIn,
unsigned numSources,
bool userGesture,
+ ScriptExecutionType,
WebScriptExecutionCallback*) override;
v8::Local<v8::Value> callFunctionEvenIfScriptDisabled(
v8::Local<v8::Function>,

Powered by Google App Engine
This is Rietveld 408576698