| 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..fab33f2644cbe0f470aa1cf09f98d1d8b5b121fd 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,
|
| + content::RenderFrame* render_frame,
|
| int tab_id,
|
| bool is_declarative) const override;
|
| bool ShouldNotifyBrowserOfInjection() const override;
|
|
|