diff options
Diffstat (limited to 'chrome/browser/views/toolbar_view.h')
-rw-r--r-- | chrome/browser/views/toolbar_view.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/views/toolbar_view.h b/chrome/browser/views/toolbar_view.h index c5a9f83..b5f3861 100644 --- a/chrome/browser/views/toolbar_view.h +++ b/chrome/browser/views/toolbar_view.h @@ -63,6 +63,7 @@ class BrowserToolbarView : public views::View, virtual bool GetAccessibleName(std::wstring* name); virtual bool GetAccessibleRole(AccessibilityTypes::Role* role); virtual void SetAccessibleName(const std::wstring& name); + virtual void ThemeChanged(); // Overridden from EncodingMenuControllerDelegate: virtual bool IsItemChecked(int id) const; @@ -147,6 +148,9 @@ class BrowserToolbarView : public views::View, void CreateLeftSideControls(); void CreateCenterStack(Profile* profile); void CreateRightSideControls(Profile* profile); + void LoadLeftSideControlsImages(); + void LoadCenterStackImages(); + void LoadRightSideControlsImages(); // Updates the controls to display the security appropriately (highlighted if // secure). |