Chromium Code Reviews| Index: content/public/common/manifest.h |
| diff --git a/content/public/common/manifest.h b/content/public/common/manifest.h |
| index 8cc19da99ac0a047da589a3ce617f6a15fdedc5a..96cf98bed1f240d461d7bf451c56f6f77ce301ea 100644 |
| --- a/content/public/common/manifest.h |
| +++ b/content/public/common/manifest.h |
| @@ -83,6 +83,9 @@ struct CONTENT_EXPORT Manifest { |
| base::NullableString16 short_name; |
| // Empty if the parsing failed or the field was not present. |
| + GURL scope; |
|
mlamouri (slow - plz ping)
2016/06/21 13:48:54
There is no intent in keeping the list alphabetica
|
| + |
| + // Empty if the parsing failed or the field was not present. |
| GURL start_url; |
| // Set to WebDisplayModeUndefined if the parsing failed or the field was not |