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

Unified Diff: chrome/browser/extensions/script_executor.h

Issue 11968054: <webview>: Implement ExecuteScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 7 years, 11 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: chrome/browser/extensions/script_executor.h
diff --git a/chrome/browser/extensions/script_executor.h b/chrome/browser/extensions/script_executor.h
index 4e2971d6322a393f52c5119045807b588c205684..7bfbf79fd73d16b962f92092f86ed11fc9922386 100644
--- a/chrome/browser/extensions/script_executor.h
+++ b/chrome/browser/extensions/script_executor.h
@@ -73,6 +73,7 @@ class ScriptExecutor {
FrameScope frame_scope,
UserScript::RunLocation run_at,
WorldType world_type,
+ bool is_web_view,
const ExecuteScriptCallback& callback);
private:

Powered by Google App Engine
This is Rietveld 408576698