Chromium Code Reviews| 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, |
|
not at google - send to devlin
2014/04/07 17:43:00
should be a const&.
but make it a GURL not a stri
Xi Han
2014/04/07 21:03:37
Done.
|
| const GURL& file_url, |
| bool user_gesture, |
| ResultType result_type, |