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

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

Issue 2144903004: New location security strings and animation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SetSecurityState Created 4 years, 4 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/icon_label_bubble_view.h
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
index 7676039c64b7644b432bf5098eeb3087aaeff731..35faf5d6241901ea3e4b7fe9ff73e15eb48e7ec9 100644
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
@@ -54,6 +54,8 @@ class IconLabelBubbleView : public views::InkDropHostView {
views::ImageView* GetImageView() { return image_; }
protected:
+ static constexpr int kOpenTimeMS = 150;
+
views::ImageView* image() { return image_; }
views::Label* label() { return label_; }
const views::Label* label() const { return label_; }

Powered by Google App Engine
This is Rietveld 408576698