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

Unified Diff: extensions/common/permissions/api_permission.h

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « extensions/common/manifest_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/permissions/api_permission.h
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index 47aa543072b8693a8e84c92c163d51de54bfefac..502570061ccd33f1b637660ca035cee79a246c61 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -79,7 +79,7 @@ class APIPermission {
kContentSettings,
kContextMenus,
kCookie,
- kCopresence,
+ kCopresence, // Deleted
xiyuan 2016/07/07 16:16:13 nit: kCopresence -> kDeletedCopresence so that it
Charlie 2016/07/07 20:06:17 Done.
kCopresencePrivate,
kCryptotokenPrivate,
kDataReductionProxy,
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698