| Index: extensions/browser/script_executor.h
|
| diff --git a/extensions/browser/script_executor.h b/extensions/browser/script_executor.h
|
| index c4ecb008d06efec79f9c802e14dc4afafbd85991..daa812668c6701458d115b5c0f76c965c6402390 100644
|
| --- a/extensions/browser/script_executor.h
|
| +++ b/extensions/browser/script_executor.h
|
| @@ -44,7 +44,7 @@ class ScriptExecutor {
|
|
|
| // The scope of the script injection across the frames.
|
| enum FrameScope {
|
| - TOP_FRAME,
|
| + SINGLE_FRAME,
|
| ALL_FRAMES,
|
| };
|
|
|
| @@ -89,6 +89,7 @@ class ScriptExecutor {
|
| ScriptType script_type,
|
| const std::string& code,
|
| FrameScope frame_scope,
|
| + int frame_id,
|
| MatchAboutBlank match_about_blank,
|
| UserScript::RunLocation run_at,
|
| WorldType world_type,
|
|
|