Remove support for the "gcm_user_visible_only" manifest key.
commit5531299a236b75e9973239e5785495d2024cb153
authorpeter <peter@chromium.org>
Tue, 2 Jun 2015 15:06:14 +0000 (2 08:06 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 2 Jun 2015 15:06:51 +0000 (2 15:06 +0000)
treeed29131abc02060bb2f5125e43ea458504b8e6c9
parentea10511f0619cd9c5889b428c99f939335d742c0
Remove support for the "gcm_user_visible_only" manifest key.

Per the following Intent to blink-dev, support for this manifest key has
been deprecated per Chrome 44, and will be removed in Chrome 45. We'd like
to do this early in the release cycle, allowing developers to catch on
early when they run the Dev channel.

https://groups.google.com/a/chromium.org/d/topic/blink-dev/6OK5qm491Eg/discussion

A screenshot of the console warning can be seen here:
  http://peter.sh/files/devtools-deprecation-message.jpg

BUG=471534

Review URL: https://codereview.chromium.org/1158923002

Cr-Commit-Position: refs/heads/master@{#332386}
13 files changed:
chrome/browser/push_messaging/push_messaging_browsertest.cc
chrome/browser/push_messaging/push_messaging_service_impl.cc
chrome/test/data/push_messaging/manifest_with_user_visible_false.json [deleted file]
chrome/test/data/push_messaging/manifest_with_user_visible_true.json [deleted file]
chrome/test/data/push_messaging/test_bad_manifest.html [deleted file]
chrome/test/data/push_messaging/test_user_visible_only_manifest.html [deleted file]
content/browser/push_messaging/push_messaging_message_filter.cc
content/public/common/manifest.cc
content/public/common/manifest.h
content/renderer/manifest/manifest_parser.cc
content/renderer/manifest/manifest_parser.h
content/renderer/manifest/manifest_parser_unittest.cc
content/renderer/push_messaging/push_messaging_dispatcher.cc