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

Side by Side Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.h

Issue 10899009: Fix assets related to ev bubble and tab to search UI elements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/string16.h" 10 #include "base/string16.h"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 views::Widget* bubble_widget_; 82 views::Widget* bubble_widget_;
83 83
84 // The owning LocationBarView. 84 // The owning LocationBarView.
85 LocationBarView* parent_; 85 LocationBarView* parent_;
86 86
87 scoped_ptr<ui::SlideAnimation> slide_animator_; 87 scoped_ptr<ui::SlideAnimation> slide_animator_;
88 string16 animated_text_; 88 string16 animated_text_;
89 bool pause_animation_; 89 bool pause_animation_;
90 int text_size_; 90 int text_size_;
91 int visible_text_size_; 91 int visible_text_size_;
92 gfx::Insets saved_insets_;
93 views::HorizontalPainter background_painter_; 92 views::HorizontalPainter background_painter_;
94 93
95 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView); 94 DISALLOW_IMPLICIT_CONSTRUCTORS(ContentSettingImageView);
96 }; 95 };
97 96
98 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_ 97 #endif // CHROME_BROWSER_UI_VIEWS_LOCATION_BAR_CONTENT_SETTING_IMAGE_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/location_bar/content_setting_image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698