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

Unified Diff: chrome/browser/ui/views/location_bar/origin_chip_view.h

Issue 233623002: Shows the info bubble when the location bar icon is clicked in the origin chip. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 7 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/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);
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | chrome/browser/ui/views/location_bar/origin_chip_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698