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

Unified Diff: chrome/browser/ui/views/tabs/base_tab.h

Issue 6693021: fav icon -> favicon. Pass 5: fav_icon -> favicon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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
« no previous file with comments | « chrome/browser/ui/views/tab_icon_view.cc ('k') | chrome/browser/ui/views/tabs/base_tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/base_tab.h
diff --git a/chrome/browser/ui/views/tabs/base_tab.h b/chrome/browser/ui/views/tabs/base_tab.h
index 5d5b691fc5af3af21e7c0e8669f00f611c2cbb4e..10efd1fa246aa863b0338f992323804e2c840707 100644
--- a/chrome/browser/ui/views/tabs/base_tab.h
+++ b/chrome/browser/ui/views/tabs/base_tab.h
@@ -139,7 +139,7 @@ class BaseTab : public ui::AnimationDelegate,
virtual int loading_animation_frame() const;
virtual bool should_display_crashed_favicon() const;
- virtual int fav_icon_hiding_offset() const;
+ virtual int favicon_hiding_offset() const;
static gfx::Font* font() { return font_; }
static int font_height() { return font_height_; }
@@ -181,7 +181,7 @@ class BaseTab : public ui::AnimationDelegate,
// The offset used to animate the favicon location. This is used when the tab
// crashes.
- int fav_icon_hiding_offset_;
+ int favicon_hiding_offset_;
// The current index of the loading animation.
int loading_animation_frame_;
« no previous file with comments | « chrome/browser/ui/views/tab_icon_view.cc ('k') | chrome/browser/ui/views/tabs/base_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698