| Index: chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/origin_chip_view.h b/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| index 46ec863c89e5212bcc23ea1b9b8496d18c79d386..65f3d678818aded7032df0aa97f717efbca9a4c2 100644
|
| --- a/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/origin_chip_view.h
|
| @@ -39,12 +39,6 @@ class OriginChipView : public views::LabelButton,
|
| const gfx::FontList& font_list);
|
| virtual ~OriginChipView();
|
|
|
| - // Returns true if the origin chip should be visible. This will always be
|
| - // true if the original origin chip experiment is enabled. If the V2
|
| - // experiment is enabled this is true if the chip hasn't been hidden by
|
| - // clicking on it or interacting with the Omnibox.
|
| - bool ShouldShow();
|
| -
|
| // Recalculates the contents of the Origin Chip based on the displayed tab.
|
| void Update(content::WebContents* tab);
|
|
|
|
|