| Index: chrome/browser/installable/installable_logging.cc
|
| diff --git a/chrome/browser/installable/installable_logging.cc b/chrome/browser/installable/installable_logging.cc
|
| index 1c7a1389398f677c993d90fe3498b345e2c61913..6f0cdc4234663866ee29a6e93d5e3edd60658f70 100644
|
| --- a/chrome/browser/installable/installable_logging.cc
|
| +++ b/chrome/browser/installable/installable_logging.cc
|
| @@ -40,7 +40,8 @@ static const char kManifestDisplayNotSupportedMessage[] =
|
| "the manifest display property must be set to 'standalone' or 'fullscreen'";
|
| static const char kManifestMissingSuitableIconMessage[] =
|
| "the manifest does not contain a suitable icon - PNG format of at least "
|
| - "%spx is required, and the sizes attribute must be set";
|
| + "%spx is required, the sizes attribute must be set, and the purpose "
|
| + "attribute, if set, must include \"any\".";
|
| static const char kNoMatchingServiceWorkerMessage[] =
|
| "no matching service worker detected. You may need to reload the page, or "
|
| "check that the service worker for the current page also controls the "
|
|
|