Index: chrome/renderer/user_script_slave.h |
diff --git a/chrome/renderer/user_script_slave.h b/chrome/renderer/user_script_slave.h |
index 3958b1975d28cadd08b9f8bad24bc10fcde9f5d1..fe036ac8b3aabf262724d33791d6cb2eb002aca4 100644 |
--- a/chrome/renderer/user_script_slave.h |
+++ b/chrome/renderer/user_script_slave.h |
@@ -29,7 +29,7 @@ class UserScriptSlave { |
// Inject the appropriate scripts into a frame based on its URL. |
// TODO(aa): Extract a UserScriptFrame interface out of this to improve |
// testability. |
- bool InjectScripts(WebFrame* frame); |
+ bool InjectScripts(WebFrame* frame, UserScript::RunLocation location); |
private: |
// Shared memory containing raw script data. |