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

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

Issue 2430923010: Add a feature flag for the security verbose (Closed)
Patch Set: Added section to fieldtrial_testing_config.json 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..0850af547212bf42c01a92ebb6089eab8e412be9 100644
--- a/chrome/browser/ui/location_bar/location_bar.cc
+++ b/chrome/browser/ui/location_bar/location_bar.cc
@@ -11,6 +11,9 @@
#include "extensions/common/feature_switch.h"
#include "extensions/common/permissions/permissions_data.h"
+const char LocationBar::kSecurityChipFeatureVisibilityParam[] = "visibility";
+
Peter Kasting 2016/10/24 21:08:16 Nit: No blank line
spqchan 2016/10/24 22:44:56 Done.
+const char LocationBar::kSecurityChipFeatureAnimationParam[] = "animation";
LocationBar::LocationBar(Profile* profile) : profile_(profile) {
}

Powered by Google App Engine
This is Rietveld 408576698