| 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..a364b3d91fdc33a4ba8900c1b9bc5470871641fa 100644
|
| --- a/extensions/renderer/web_ui_injection_host.h
|
| +++ b/extensions/renderer/web_ui_injection_host.h
|
| @@ -12,6 +12,8 @@ class WebUIInjectionHost : public InjectionHost {
|
| WebUIInjectionHost(const HostID& host_id);
|
| ~WebUIInjectionHost() override;
|
|
|
| + static scoped_ptr<const InjectionHost> Create(const HostID& host_id);
|
| +
|
| private:
|
| // InjectionHost:
|
| std::string GetContentSecurityPolicy() const override;
|
|
|