| Index: extensions/renderer/script_injection.h
|
| diff --git a/extensions/renderer/script_injection.h b/extensions/renderer/script_injection.h
|
| index 2a7fd63eb2a688ff92b3a1589e7566a81e6a8a9b..7b501f40e1da0bd0240760647cfd708a6616071c 100644
|
| --- a/extensions/renderer/script_injection.h
|
| +++ b/extensions/renderer/script_injection.h
|
| @@ -98,14 +98,14 @@
|
| InjectionResult Inject(ScriptsRunInfo* scripts_run_info);
|
|
|
| // Inject any JS scripts into the frame for the injection.
|
| - void InjectJs(ScriptsRunInfo* scripts_run_info);
|
| + void InjectJs();
|
|
|
| // Called when JS injection for the given frame has been completed.
|
| void OnJsInjectionCompleted(
|
| const blink::WebVector<v8::Local<v8::Value> >& results);
|
|
|
| // Inject any CSS source into the frame for the injection.
|
| - void InjectCss(ScriptsRunInfo* scripts_run_info);
|
| + void InjectCss();
|
|
|
| // Notify that we will not inject, and mark it as acknowledged.
|
| void NotifyWillNotInject(ScriptInjector::InjectFailureReason reason);
|
|
|