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

Unified Diff: chrome/browser/chromeos/frame/browser_view.cc

Issue 8588054: Revert 110691 - Implement the status tray/icon API for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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/chromeos/frame/browser_view.cc
===================================================================
--- chrome/browser/chromeos/frame/browser_view.cc (revision 110691)
+++ chrome/browser/chromeos/frame/browser_view.cc (working copy)
@@ -329,26 +329,6 @@
BrowserList::RemoveObserver(this);
}
-void BrowserView::AddTrayButton(StatusAreaButton* button, bool bordered) {
- status_area_->AddButton(button, bordered);
-}
-
-void BrowserView::RemoveTrayButton(StatusAreaButton* button) {
- status_area_->RemoveButton(button);
-}
-
-bool BrowserView::ContainsButton(StatusAreaButton* button) {
- return status_area_->Contains(button);
-}
-
-chromeos::BrowserView* BrowserView::GetBrowserViewForBrowser(Browser* browser) {
- // This calls the static method BrowserView::GetBrowserViewForBrowser in the
- // global namespace. Check the chrome/browser/ui/views/frame/browser_view.h
- // file for details.
- return static_cast<chromeos::BrowserView*>(
- ::BrowserView::GetBrowserViewForBrowser(browser));
-}
-
// BrowserView, ::BrowserView overrides:
void BrowserView::Init() {
« no previous file with comments | « chrome/browser/chromeos/frame/browser_view.h ('k') | chrome/browser/ui/views/status_icons/status_icon_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698