Index: chrome/browser/ui/views/frame/browser_frame.h |
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h |
index da10299022e10737c98d6db23d687e81e5d757b1..8ff0448713475ec35ca767d8ea859461b57a6683 100644 |
--- a/chrome/browser/ui/views/frame/browser_frame.h |
+++ b/chrome/browser/ui/views/frame/browser_frame.h |
@@ -73,15 +73,6 @@ class BrowserFrame |
// Tells the frame to update the throbber. |
void UpdateThrobber(bool running); |
- // Tells the frame to update any toolbar elements it has. |
- void UpdateToolbar(); |
- |
- // Returns the location icon, if there is a location icon embedded into the |
- // frame. This is the case for web app frames, which do not have a visible |
- // toolbar. Instead of using the normal location icon from the location bar |
- // in the toolbar, these windows have a location icon in the frame. |
- views::View* GetLocationIconView() const; |
- |
// Returns the NonClientFrameView of this frame. |
BrowserNonClientFrameView* GetFrameView() const; |