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

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

Issue 2491403002: Add a feature flag for the security verbose (Closed)
Patch Set: Fix compile issues Created 4 years, 1 month 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..efa6c167b097e2dc3ad9804a79ff9a1dfa99c451 100644
--- a/chrome/browser/ui/location_bar/location_bar.cc
+++ b/chrome/browser/ui/location_bar/location_bar.cc
@@ -11,6 +11,8 @@
#include "extensions/common/feature_switch.h"
#include "extensions/common/permissions/permissions_data.h"
+const char LocationBar::kSecurityChipFeatureVisibilityParam[] = "visibility";
+const char LocationBar::kSecurityChipFeatureAnimationParam[] = "animation";
LocationBar::LocationBar(Profile* profile) : profile_(profile) {
}
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar.h ('k') | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698