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

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 include 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/frame/layout_mode_button.cc » ('j') | ui/aura_shell/shell.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f3a99e44c557cb04535e6f45e3d121ee3a187727..9bc227b33f0b387bff232e57109e48cf1a033493 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/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698