| Index: extensions/renderer/script_injector.h | 
| diff --git a/extensions/renderer/script_injector.h b/extensions/renderer/script_injector.h | 
| index b550200c50b25d15e85c76eae4b1a22ed842a947..6f915af7fa168b51a85e42613845447f0217507d 100644 | 
| --- a/extensions/renderer/script_injector.h | 
| +++ b/extensions/renderer/script_injector.h | 
| @@ -60,8 +60,7 @@ class ScriptInjector { | 
| virtual PermissionsData::AccessType CanExecuteOnFrame( | 
| const InjectionHost* injection_host, | 
| blink::WebFrame* web_frame, | 
| -      int tab_id, | 
| -      const GURL& top_url) const = 0; | 
| +      int tab_id) const = 0; | 
|  | 
| // Returns the javascript sources to inject at the given |run_location|. | 
| // Only called if ShouldInjectJs() is true. | 
|  |