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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view.h

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Nits Created 4 years 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
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;

Powered by Google App Engine
This is Rietveld 408576698