Chromium Code Reviews| Index: extensions/common/permissions/permission_message_util.cc |
| diff --git a/extensions/common/permissions/permission_message_util.cc b/extensions/common/permissions/permission_message_util.cc |
| index 0b2e1a9c038d6fba4e62590ecf20711cab511b6a..f7a64f9a53e914ca7c69d8682e1d74919be0357c 100644 |
| --- a/extensions/common/permissions/permission_message_util.cc |
| +++ b/extensions/common/permissions/permission_message_util.cc |
| @@ -109,7 +109,7 @@ std::set<std::string> GetDistinctHosts(const URLPatternSet& host_patterns, |
| // Add the subdomain wildcard back to the host, if necessary. |
| if (i->match_subdomains()) |
| - host = "*." + host; |
| + host = "all " + host + " sites"; |
|
not at google - send to devlin
2014/07/21 21:13:44
this won't localise, you need to actually update t
|
| // If the host has an RCD, split it off so we can detect duplicates. |
| std::string rcd; |