Chromium Code Reviews

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

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added entries to histograms.xml, clarified comments Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: extensions/common/permissions/api_permission.h
diff --git a/extensions/common/permissions/api_permission.h b/extensions/common/permissions/api_permission.h
index b38a0577ed7966bf37bdf9d009dd01c37d02ecb3..27157ddffbae509832bf0fd5f22466c907dbce98 100644
--- a/extensions/common/permissions/api_permission.h
+++ b/extensions/common/permissions/api_permission.h
@@ -177,6 +177,7 @@ class APIPermission {
kSystemInfoMemory,
kFirstRunPrivate,
kBrowser,
+ kDocumentScan,
asargent_no_longer_on_chrome 2014/05/21 18:06:24 nit: I think these are supposed to be sorted (can
Paul Stewart 2014/05/22 18:37:50 Done.
kEnumBoundary
};

Powered by Google App Engine