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

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

Issue 226043005: Fix webview.executeScript API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make use of GURL. Created 6 years, 8 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 03c1f550c30a5161c56c33a54740f6c3dbd193fb..c4d1567b21583fea40fa296c473cdca6e04c50ca 100644
--- a/chrome/browser/extensions/script_executor.h
+++ b/chrome/browser/extensions/script_executor.h
@@ -86,6 +86,7 @@ class ScriptExecutor {
UserScript::RunLocation run_at,
WorldType world_type,
ProcessType process_type,
+ const GURL& webview_src,
const GURL& file_url,
bool user_gesture,
ResultType result_type,

Powered by Google App Engine
This is Rietveld 408576698