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

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

Issue 2168583003: Remove leftover audioModem and copresensePrivate features. (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 | « chrome/common/extensions/permissions/permission_set_unittest.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 840d5d83e652067f4dd737317109fdaeb8b53110..5dfa5151f50fe8e45a02a0a74da4f8a50c64f060 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -57,7 +57,7 @@ class APIPermission {
kAppView,
kAudio,
kAudioCapture,
- kAudioModem,
+ kDeleted_AudioModem,
kAutofillPrivate,
kAutomation,
kAutoTestPrivate,
@@ -79,8 +79,8 @@ class APIPermission {
kContentSettings,
kContextMenus,
kCookie,
- kDeletedCopresence,
- kCopresencePrivate,
+ kDeleted_Copresence,
+ kDeleted_CopresencePrivate,
kCryptotokenPrivate,
kDataReductionProxy,
kDiagnostics,
« no previous file with comments | « chrome/common/extensions/permissions/permission_set_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698