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

Unified Diff: extensions/common/features/behavior_feature.h

Issue 2418353002: Allow interfaceClass USB device permissions (Closed)
Patch Set: . Created 4 years, 2 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/extension_messages.h ('k') | extensions/common/features/behavior_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/features/behavior_feature.h
diff --git a/extensions/common/features/behavior_feature.h b/extensions/common/features/behavior_feature.h
index c8e0b90c529eb2c3fcf8edb599ce5ec47d2c8aee..a181e8432035ec259f63ef51138bfa9d8ae40341 100644
--- a/extensions/common/features/behavior_feature.h
+++ b/extensions/common/features/behavior_feature.h
@@ -22,6 +22,7 @@ class BehaviorFeature : public SimpleFeature {
static const char kWhitelistedForIncognito[];
static const char kDoNotSync[];
static const char kZoomWithoutBubble[];
+ static const char kAllowUsbDevicesPermissionInterfaceClass[];
};
} // namespace extensions
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/common/features/behavior_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698