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

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: Simplified StartAnimation 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..f0ccaa83f994d80238803128c21bdf1402201ea3 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
@@ -32,6 +32,7 @@ class Painter;
class IconLabelBubbleView : public views::InkDropHostView {
public:
static constexpr int kTrailingPaddingPreMd = 2;
+ static constexpr int kOpenTimeMS = 150;
Peter Kasting 2016/08/18 06:24:37 Nit: Should be protected, and can be defined in th
Kevin Bailey 2016/08/18 16:09:36 Made protected, but what's the advantage of moving
Peter Kasting 2016/08/20 01:16:43 Not much, don't worry about it.
IconLabelBubbleView(int contained_image,
const gfx::FontList& font_list,

Powered by Google App Engine
This is Rietveld 408576698