| 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 e3e316fac94e7605652021d8212970deb23f9a09..2cdd71346664325d68554e6f06e6cb104904911c 100644
|
| --- a/chrome/browser/ui/location_bar/location_bar.h
|
| +++ b/chrome/browser/ui/location_bar/location_bar.h
|
| @@ -32,10 +32,6 @@ 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.
|
|
|