Chromium Code Reviews| Index: content/public/common/manifest.cc |
| diff --git a/content/public/common/manifest.cc b/content/public/common/manifest.cc |
| index 86a6d41d4c3a44a441772eac8a0e7ce6360f13f8..599cb6991d92d6b4a0f0878e0e77d0c4f126752d 100644 |
| --- a/content/public/common/manifest.cc |
| +++ b/content/public/common/manifest.cc |
| @@ -44,6 +44,7 @@ bool Manifest::IsEmpty() const { |
| return name.is_null() && |
| short_name.is_null() && |
| start_url.is_empty() && |
| + scope.is_empty() && |
| display == blink::WebDisplayModeUndefined && |
| orientation == blink::WebScreenOrientationLockDefault && |
| icons.empty() && |