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

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: Created 6 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: chrome/browser/extensions/script_executor.h
diff --git a/chrome/browser/extensions/script_executor.h b/chrome/browser/extensions/script_executor.h
index 03c1f550c30a5161c56c33a54740f6c3dbd193fb..624f608eb2ad64460b9582a3e6f624b2ee0f54ee 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 std::string webview_src,
const GURL& file_url,
bool user_gesture,
ResultType result_type,

Powered by Google App Engine
This is Rietveld 408576698