Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h |
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h |
index c3dae045eaaa2b753d1f14417d70aeee7052576c..d0ef127833843a1286da1d94a16281167ae91255 100644 |
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h |
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h |
@@ -52,10 +52,6 @@ class ContentSettingImageView : public IconLabelBubbleView, |
void Update(content::WebContents* web_contents); |
private: |
- // Number of milliseconds spent animating open; also the time spent animating |
- // closed. |
- static const int kOpenTimeMS; |
- |
// The total animation time, including open and close as well as an |
// intervening "stay open" period. |
static const int kAnimationDurationMS; |