| Index: extensions/renderer/script_injector.h
|
| diff --git a/extensions/renderer/script_injector.h b/extensions/renderer/script_injector.h
|
| index 9b4aca96b9d479b39652b54aa21de60d538f9629..3a12dc4f01c4bc846b83f6a9fef11a3c65a17642 100644
|
| --- a/extensions/renderer/script_injector.h
|
| +++ b/extensions/renderer/script_injector.h
|
| @@ -12,6 +12,7 @@
|
| #include "extensions/common/user_script.h"
|
| #include "third_party/WebKit/public/web/WebScriptSource.h"
|
|
|
| +class Host;
|
| class GURL;
|
|
|
| namespace blink {
|
| @@ -61,7 +62,7 @@ class ScriptInjector {
|
|
|
| // Returns true if the script should execute on the given |frame|.
|
| virtual PermissionsData::AccessType CanExecuteOnFrame(
|
| - const Extension* extension,
|
| + const Host* host,
|
| blink::WebFrame* web_frame,
|
| int tab_id,
|
| const GURL& top_url) const = 0;
|
|
|