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

Unified Diff: chrome/common/extensions/permissions/permission_set.cc

Issue 12089037: Add management.uninstallSelf to API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 7 years, 11 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/docs/templates/intros/management.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/permissions/permission_set.cc
diff --git a/chrome/common/extensions/permissions/permission_set.cc b/chrome/common/extensions/permissions/permission_set.cc
index df2b8b1b91ecba206c697adfd6aeee2eda9bc212..f86ad104f697abd2930b5f549dce76778640d200 100644
--- a/chrome/common/extensions/permissions/permission_set.cc
+++ b/chrome/common/extensions/permissions/permission_set.cc
@@ -69,6 +69,7 @@ const char* kNonPermissionFunctionNames[] = {
"app.installState",
"app.runningState",
"management.getPermissionWarningsByManifest",
+ "management.uninstallSelf",
};
const size_t kNumNonPermissionFunctionNames =
arraysize(kNonPermissionFunctionNames);
« no previous file with comments | « chrome/common/extensions/docs/templates/intros/management.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698