| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| index c09ae0858180a3fca6f02f8f375dbc66a6f3a7f8..8009b70adae6021774606f642f4bcb8202ff55f4 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| @@ -54,13 +54,6 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
|
| // Updates the throbber.
|
| virtual void UpdateThrobber(bool running) = 0;
|
|
|
| - // Updates any toolbar components in the frame. The default implementation
|
| - // does nothing.
|
| - virtual void UpdateToolbar();
|
| -
|
| - // Returns the location icon, if this frame has any.
|
| - virtual views::View* GetLocationIconView() const;
|
| -
|
| // Returns the profile switcher button, if this frame has any.
|
| virtual views::View* GetProfileSwitcherView() const;
|
|
|
|
|