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

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

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: 'nother bit 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_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;

Powered by Google App Engine
This is Rietveld 408576698