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

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

Issue 2430923010: Add a feature flag for the security verbose (Closed)
Patch Set: Accidentally dropped location_bar_view.cc 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.cc
diff --git a/chrome/browser/ui/location_bar/location_bar.cc b/chrome/browser/ui/location_bar/location_bar.cc
index aad03b260efe2eb632731eef4f9e33e3134f1c2e..5ce071ce382880156ae5c722a0302b21e4ae1337 100644
--- a/chrome/browser/ui/location_bar/location_bar.cc
+++ b/chrome/browser/ui/location_bar/location_bar.cc
@@ -11,6 +11,11 @@
#include "extensions/common/feature_switch.h"
#include "extensions/common/permissions/permissions_data.h"
+const char LocationBar::kSecurityChipFeatureVisibilityParam[] =
+ "SecurityChipVisibility";
+
+const char LocationBar::kSecurityChipFeatureAnimationParam[] =
+ "SecurityChipAnimation";
LocationBar::LocationBar(Profile* profile) : profile_(profile) {
}

Powered by Google App Engine
This is Rietveld 408576698