| Index: chrome/renderer/extensions/user_script_slave.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/user_script_slave.h (revision 111763)
|
| +++ chrome/renderer/extensions/user_script_slave.h (working copy)
|
| @@ -33,7 +33,7 @@
|
| 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 GetLatestURLForFrame(WebKit::WebFrame* frame);
|
| + static GURL GetDataSourceURLForFrame(WebKit::WebFrame* frame);
|
|
|
| explicit UserScriptSlave(const ExtensionSet* extensions);
|
| ~UserScriptSlave();
|
|
|