| Index: content/public/common/manifest.cc
|
| diff --git a/content/public/common/manifest.cc b/content/public/common/manifest.cc
|
| index 86a6d41d4c3a44a441772eac8a0e7ce6360f13f8..cde3498f1b83aa90ace4c55f9c0be7258af7a33f 100644
|
| --- a/content/public/common/manifest.cc
|
| +++ b/content/public/common/manifest.cc
|
| @@ -51,7 +51,8 @@ bool Manifest::IsEmpty() const {
|
| !prefer_related_applications &&
|
| theme_color == Manifest::kInvalidOrMissingColor &&
|
| background_color == Manifest::kInvalidOrMissingColor &&
|
| - gcm_sender_id.is_null();
|
| + gcm_sender_id.is_null() &&
|
| + scope.is_empty();
|
| }
|
|
|
| } // namespace content
|
|
|