Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: content/renderer/manifest/manifest_parser.h

Issue 1158923002: Remove support for the "gcm_user_visible_only" manifest key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a message Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/manifest.cc ('k') | content/renderer/manifest/manifest_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/manifest/manifest_parser.h
diff --git a/content/renderer/manifest/manifest_parser.h b/content/renderer/manifest/manifest_parser.h
index 4beb55ed860cdd5da7a57fdc88096f2415391bac..f8817314fd09c76ea44b8dd9b16bb89b0f73d6c8 100644
--- a/content/renderer/manifest/manifest_parser.h
+++ b/content/renderer/manifest/manifest_parser.h
@@ -161,11 +161,6 @@ class CONTENT_EXPORT ManifestParser {
base::NullableString16 ParseGCMSenderID(
const base::DictionaryValue& dictionary);
- // Parses the 'gcm_user_visible_only' field of the manifest.
- // This is a proprietary extension of the Web Manifest specification.
- // Returns true iff the string could be parsed as the boolean true.
- bool ParseGCMUserVisibleOnly(const base::DictionaryValue& dictionary);
-
const base::StringPiece& data_;
GURL manifest_url_;
GURL document_url_;
« no previous file with comments | « content/public/common/manifest.cc ('k') | content/renderer/manifest/manifest_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698