| Index: chrome/browser/extensions/extension_service.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_service.cc (revision 82762)
|
| +++ chrome/browser/extensions/extension_service.cc (working copy)
|
| @@ -341,7 +341,7 @@
|
| if (!download_valid) {
|
| std::string download_tld =
|
| net::RegistryControlledDomainService::GetDomainAndRegistry(
|
| - GURL(download_url));
|
| + download_url);
|
|
|
| // Otherwise, the TLD must match the TLD of the command-line url.
|
| download_valid = (download_tld == store_tld);
|
|
|