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

Unified Diff: chrome/common/extensions/api/_api_features.json

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing compilation issue Created 5 years, 9 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
Index: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 5526be906efe37a4f27c23a0804cae4e80b32df1..48638b4246f3ac4bebde24423be031085dcdfdab 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -602,10 +602,6 @@
"dependencies": ["permission:proxy"],
"contexts": ["blessed_extension"]
},
- "pushMessaging": {
- "dependencies": ["permission:pushMessaging"],
- "contexts": ["blessed_extension"]
- },
"imageWriterPrivate": {
"dependencies": ["permission:imageWriterPrivate"],
"extension_types": ["platform_app"],

Powered by Google App Engine
This is Rietveld 408576698