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

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

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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/star_view.h
diff --git a/chrome/browser/ui/views/location_bar/star_view.h b/chrome/browser/ui/views/location_bar/star_view.h
index ad02f9ec864df0c230a65add5eb65a5466cc9160..cd80a00071c3dd380f34c7196a430d5f66e1a7a8 100644
--- a/chrome/browser/ui/views/location_bar/star_view.h
+++ b/chrome/browser/ui/views/location_bar/star_view.h
@@ -37,7 +37,7 @@ class StarView : public views::ImageView, public InfoBubbleDelegate {
virtual void InfoBubbleClosing(InfoBubble* info_bubble,
bool closed_by_escape);
virtual bool CloseOnEscape();
- virtual bool FadeInOnShow() { return false; }
+ virtual bool FadeInOnShow();
// The CommandUpdater for the Browser object that owns the location bar.
CommandUpdater* command_updater_;

Powered by Google App Engine
This is Rietveld 408576698