| Index: chrome/browser/extensions/api/tabs/tabs_api.cc
|
| diff --git a/chrome/browser/extensions/api/tabs/tabs_api.cc b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| index 106043690a764151466a999029b07d7ed2675aa1..b45eef5112dc3ff6e4ecc3c047a876524e72c494 100644
|
| --- a/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| +++ b/chrome/browser/extensions/api/tabs/tabs_api.cc
|
| @@ -1342,7 +1342,7 @@ bool TabsUpdateFunction::UpdateURL(const std::string &url_string,
|
| script_executor()->ExecuteScript(
|
| extension_id(),
|
| ScriptExecutor::JAVASCRIPT,
|
| - url.path(),
|
| + url.Content(),
|
| ScriptExecutor::TOP_FRAME,
|
| UserScript::DOCUMENT_IDLE,
|
| ScriptExecutor::MAIN_WORLD,
|
|
|