| Index: extensions/renderer/user_script_set.h
|
| diff --git a/extensions/renderer/user_script_set.h b/extensions/renderer/user_script_set.h
|
| index a371a94d730e34d75f746e578ce5eb26d6c1b329..5dc070c7297b55a25cbad1519e1042c532247353 100644
|
| --- a/extensions/renderer/user_script_set.h
|
| +++ b/extensions/renderer/user_script_set.h
|
| @@ -56,7 +56,8 @@ class UserScriptSet {
|
| void GetInjections(ScopedVector<ScriptInjection>* injections,
|
| blink::WebFrame* web_frame,
|
| int tab_id,
|
| - UserScript::RunLocation run_location);
|
| + UserScript::RunLocation run_location,
|
| + bool has_guest_content_script);
|
|
|
| scoped_ptr<ScriptInjection> GetDeclarativeScriptInjection(
|
| int script_id,
|
| @@ -81,7 +82,8 @@ class UserScriptSet {
|
| int tab_id,
|
| UserScript::RunLocation run_location,
|
| const GURL& document_url,
|
| - bool is_declarative);
|
| + bool is_declarative,
|
| + bool has_guest_content_script);
|
|
|
| // Shared memory containing raw script data.
|
| scoped_ptr<base::SharedMemory> shared_memory_;
|
|
|