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

Unified Diff: chrome/browser/ui/website_settings/permission_bubble_manager.h

Issue 791033004: Control permission bubbles with Finch flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Default to false Created 5 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 | « no previous file | chrome/browser/ui/website_settings/permission_bubble_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/permission_bubble_manager.h
diff --git a/chrome/browser/ui/website_settings/permission_bubble_manager.h b/chrome/browser/ui/website_settings/permission_bubble_manager.h
index ec56c9ee57ce7d33a333c0c69f42e9ae1685db5d..414184b7e478c891b7557b6c489211d42e513b80 100644
--- a/chrome/browser/ui/website_settings/permission_bubble_manager.h
+++ b/chrome/browser/ui/website_settings/permission_bubble_manager.h
@@ -30,7 +30,8 @@ class PermissionBubbleManager
public content::WebContentsUserData<PermissionBubbleManager>,
public PermissionBubbleView::Delegate {
public:
- // Return the flag-driven enabled state of permissions bubbles.
+ // Return the enabled state of permissions bubbles.
+ // Controlled by a flag and FieldTrial.
static bool Enabled();
~PermissionBubbleManager() override;
« no previous file with comments | « no previous file | chrome/browser/ui/website_settings/permission_bubble_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698