| Index: chrome/browser/extensions/webstore_inline_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.cc b/chrome/browser/extensions/webstore_inline_installer.cc
|
| index 127837193dac456e30e556d86d1772c34938abc5..356659ca9bb4ddff013d747f12dd0c60bd832d86 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.cc
|
| @@ -147,7 +147,8 @@ bool WebstoreInlineInstaller::IsRequestorURLInVerifiedSite(
|
| // Turn the verified site (which may be a bare domain, or have a port and/or a
|
| // path) into a URL that can be parsed by URLPattern.
|
| std::string verified_site_url =
|
| - StringPrintf("http://*.%s%s",
|
| + base::StringPrintf(
|
| + "http://*.%s%s",
|
| verified_site.c_str(),
|
| verified_site.find('/') == std::string::npos ? "/*" : "*");
|
|
|
|
|