| Index: extensions/renderer/script_injector.h
|
| diff --git a/extensions/renderer/script_injector.h b/extensions/renderer/script_injector.h
|
| index cdc3741b50456800bf074a3f622293ba201f94a2..38c072de206c4bbe7e9807eac40845d1b4b4420e 100644
|
| --- a/extensions/renderer/script_injector.h
|
| +++ b/extensions/renderer/script_injector.h
|
| @@ -64,7 +64,7 @@ class ScriptInjector {
|
| virtual PermissionsData::AccessType CanExecuteOnFrame(
|
| const InjectionHost* injection_host,
|
| blink::WebLocalFrame* web_frame,
|
| - int tab_id) const = 0;
|
| + int tab_id) = 0;
|
|
|
| // Returns the javascript sources to inject at the given |run_location|.
|
| // Only called if ShouldInjectJs() is true.
|
|
|