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

Unified Diff: chrome/browser/permissions/permission_context_base.h

Issue 1841763002: Add a kill switch for all of Web Bluetooth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Sync and rename an enum value. Created 4 years, 9 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/browser/chrome_content_browser_client.cc ('k') | chrome/browser/web_bluetooth_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/permissions/permission_context_base.h
diff --git a/chrome/browser/permissions/permission_context_base.h b/chrome/browser/permissions/permission_context_base.h
index 6c70c6c86abd8d7a028bfc6a3779df7c998bc784..3a89a04097aa0f079a180636bf68c15c28a7d3bb 100644
--- a/chrome/browser/permissions/permission_context_base.h
+++ b/chrome/browser/permissions/permission_context_base.h
@@ -62,11 +62,13 @@ class PermissionContextBase : public KeyedService {
~PermissionContextBase() override;
// A field trial used to enable the global permissions kill switch.
- // This is public for testing purposes.
+ // This is public so permissions that don't yet inherit from
+ // PermissionContextBase can use it.
static const char kPermissionsKillSwitchFieldStudy[];
// The field trial param to enable the global permissions kill switch.
- // This is public for testing purposes.
+ // This is public so permissions that don't yet inherit from
+ // PermissionContextBase can use it.
static const char kPermissionsKillSwitchBlockedValue[];
// The renderer is requesting permission to push messages.
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/web_bluetooth_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698