| Index: extensions/renderer/web_ui_injection_host.h
|
| diff --git a/extensions/renderer/web_ui_injection_host.h b/extensions/renderer/web_ui_injection_host.h
|
| index c81dd5d30ff5cb2bb7dd8a70c051159f127f8bec..19378bb61e9ac0c8c1a13ac304637d6e8643a7bb 100644
|
| --- a/extensions/renderer/web_ui_injection_host.h
|
| +++ b/extensions/renderer/web_ui_injection_host.h
|
| @@ -19,7 +19,7 @@ class WebUIInjectionHost : public InjectionHost {
|
| const std::string& name() const override;
|
| extensions::PermissionsData::AccessType CanExecuteOnFrame(
|
| const GURL& document_url,
|
| - const GURL& top_frame_url,
|
| + blink::WebFrame* web_frame,
|
| int tab_id,
|
| bool is_declarative) const override;
|
| bool ShouldNotifyBrowserOfInjection() const override;
|
|
|