| Index: chrome/renderer/extensions/user_script_slave.h
|
| diff --git a/chrome/renderer/extensions/user_script_slave.h b/chrome/renderer/extensions/user_script_slave.h
|
| index a538014c06fc2075d3f874966e2fe18b205f9f93..2c7211b88e3edb0e0e68579298919b7dc35eda72 100644
|
| --- a/chrome/renderer/extensions/user_script_slave.h
|
| +++ b/chrome/renderer/extensions/user_script_slave.h
|
| @@ -32,10 +32,6 @@ class ExtensionSet;
|
| // Manages installed UserScripts for a render process.
|
| class UserScriptSlave {
|
| public:
|
| - // Utility to get the URL we will match against for a frame. If the frame has
|
| - // committed, this is the commited URL. Otherwise it is the provisional URL.
|
| - static GURL GetDataSourceURLForFrame(const blink::WebFrame* frame);
|
| -
|
| explicit UserScriptSlave(const ExtensionSet* extensions);
|
| ~UserScriptSlave();
|
|
|
|
|