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

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

Issue 2688773002: Restrict deprecated parts of audio API usage to whitelisted apps (Closed)
Patch Set: . Created 3 years, 10 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/api/audio.idl ('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 190cf7d58a81d9c7f2b785a852270104d2237686..f59683b4ac472cbb364fdd389492c085788abcc7 100644
--- a/extensions/common/features/behavior_feature.h
+++ b/extensions/common/features/behavior_feature.h
@@ -16,6 +16,7 @@ extern const char kDoNotSync[];
extern const char kZoomWithoutBubble[];
extern const char kAllowUsbDevicesPermissionInterfaceClass[];
extern const char kSigninScreen[];
+extern const char kAllowDeprecatedAudioApi[];
} // namespace behavior_feature
« no previous file with comments | « extensions/common/api/audio.idl ('k') | extensions/common/features/behavior_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698