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

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

Issue 8591003: aura: Fix Chrome OS status area browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add some casts 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
diff --git a/chrome/browser/chromeos/frame/browser_view.cc b/chrome/browser/chromeos/frame/browser_view.cc
index 489fa046da727f2ba44baf953b7237d28b4e834d..91c217e931d2af71b0ef16502197566fd71d7fce 100644
--- a/chrome/browser/chromeos/frame/browser_view.cc
+++ b/chrome/browser/chromeos/frame/browser_view.cc
@@ -18,7 +18,6 @@
#include "chrome/browser/chromeos/status/status_area_button.h"
#include "chrome/browser/chromeos/status/status_area_view_chromeos.h"
#include "chrome/browser/chromeos/system/runtime_environment.h"
-#include "chrome/browser/chromeos/view_ids.h"
#include "chrome/browser/themes/theme_service.h"
#include "chrome/browser/themes/theme_service_factory.h"
#include "chrome/browser/ui/gtk/gtk_util.h"
@@ -335,11 +334,9 @@ void BrowserView::Init() {
::BrowserView::Init();
status_area_ = new StatusAreaViewChromeos();
status_area_->Init(this, StatusAreaViewChromeos::BROWSER_MODE);
- status_area_->set_id(VIEW_ID_STATUS_AREA);
AddChildView(status_area_);
layout_mode_button_ = new LayoutModeButton();
- layout_mode_button_->set_id(VIEW_ID_LAYOUT_MODE_BUTTON);
AddChildView(layout_mode_button_);
layout_mode_button_->Init();
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/layout_mode_button.cc » ('j') | ui/aura_shell/shelf_layout_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698