Chromium Code Reviews| Index: content/public/common/manifest.h |
| diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h |
| index df693f7cb6c91d128329c0655f3b833e3cace8dc..8cc19da99ac0a047da589a3ce617f6a15fdedc5a 100644 |
| --- a/content/public/common/manifest.h |
| +++ b/content/public/common/manifest.h |
| @@ -73,6 +73,9 @@ struct CONTENT_EXPORT Manifest { |
| // Manifest is always empty. |
| bool IsEmpty() const; |
| + // The URL of the manifest file. Null if the parsing failed. |
|
mlamouri (slow - plz ping)
2016/06/27 12:52:33
Null if the parsing failed?
|
| + GURL url; |
| + |
| // Null if the parsing failed or the field was not present. |
| base::NullableString16 name; |