| Index: extensions/renderer/extension_injection_host.h
|
| diff --git a/extensions/renderer/extension_injection_host.h b/extensions/renderer/extension_injection_host.h
|
| index 42e27332a0e41c67d3de15b98200c3950bfb52d0..d940c949f7b473399a1ae015608ec307868e1439 100644
|
| --- a/extensions/renderer/extension_injection_host.h
|
| +++ b/extensions/renderer/extension_injection_host.h
|
| @@ -28,6 +28,7 @@ class ExtensionInjectionHost : public InjectionHost {
|
| const GURL& top_frame_url,
|
| int tab_id,
|
| bool is_declarative) const override;
|
| + bool ShouldNotifyBrowserOfInjection() const override;
|
|
|
| scoped_refptr<const Extension> extension_;
|
|
|
|
|