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

Unified Diff: chrome/browser/ui/location_bar/location_bar.h

Issue 2430923010: Add a feature flag for the security verbose (Closed)
Patch Set: Fix for pkasting 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
Index: chrome/browser/ui/location_bar/location_bar.h
diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h
index 2cdd71346664325d68554e6f06e6cb104904911c..e3e316fac94e7605652021d8212970deb23f9a09 100644
--- a/chrome/browser/ui/location_bar/location_bar.h
+++ b/chrome/browser/ui/location_bar/location_bar.h
@@ -32,6 +32,10 @@ class Extension;
// location bar to be mocked for testing.
class LocationBar {
public:
+ // The parameters for the Security Chip Feature.
+ static const char kSecurityChipFeatureVisibilityParam[];
+ static const char kSecurityChipFeatureAnimationParam[];
+
explicit LocationBar(Profile* profile);
// Shows the first run bubble anchored to the location bar.

Powered by Google App Engine
This is Rietveld 408576698