| Index: content/public/common/manifest.cc
|
| diff --git a/content/public/common/manifest.cc b/content/public/common/manifest.cc
|
| index 71b2cd2b128daf17309e632481fb9c88d9764c03..292b85b44dbad8fce4c7c3453279d7af6bf723f3 100644
|
| --- a/content/public/common/manifest.cc
|
| +++ b/content/public/common/manifest.cc
|
| @@ -30,7 +30,8 @@ bool Manifest::IsEmpty() const {
|
| start_url.is_empty() &&
|
| display == DISPLAY_MODE_UNSPECIFIED &&
|
| orientation == blink::WebScreenOrientationLockDefault &&
|
| - icons.empty();
|
| + icons.empty() &&
|
| + gcm_sender_id.is_null();
|
| }
|
|
|
| } // namespace content
|
|
|