| Index: chrome/browser/views/tabs/base_tab.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/base_tab.h (revision 53716)
|
| +++ chrome/browser/views/tabs/base_tab.h (working copy)
|
| @@ -128,19 +128,9 @@
|
| const gfx::Point& p,
|
| bool is_mouse_gesture);
|
|
|
| - // views::View overrides:
|
| - virtual void ThemeChanged();
|
| -
|
| // Returns the bounds of the title.
|
| virtual const gfx::Rect& title_bounds() const = 0;
|
|
|
| - // Close button size.
|
| - static int close_button_height() { return close_button_height_; }
|
| - static int close_button_width() { return close_button_width_; }
|
| -
|
| - // Size (width/height) of the loading animation.
|
| - static int loading_animation_size() { return loading_animation_size_; }
|
| -
|
| static gfx::Font* font() { return font_; }
|
| static int font_height() { return font_height_; }
|
|
|
| @@ -164,9 +154,6 @@
|
|
|
| static void InitResources();
|
|
|
| - // Invoked when the theme changes to reload theme images.
|
| - static void LoadThemeImages();
|
| -
|
| // The controller.
|
| // WARNING: this is null during detached tab dragging.
|
| TabController* controller_;
|
| @@ -208,13 +195,6 @@
|
|
|
| bool should_display_crashed_favicon_;
|
|
|
| - // Size of the close button.
|
| - static int close_button_width_;
|
| - static int close_button_height_;
|
| -
|
| - // Size of the loading animation frames.
|
| - static int loading_animation_size_;
|
| -
|
| static gfx::Font* font_;
|
| static int font_height_;
|
|
|
|
|