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

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

Issue 8591003: aura: Fix Chrome OS status area browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with sky's (currently-reverted) change 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/layout_mode_button.cc
diff --git a/chrome/browser/chromeos/frame/layout_mode_button.cc b/chrome/browser/chromeos/frame/layout_mode_button.cc
index 9c608ff8af36a35148f2e5b507c0be11400a3efa..cc25b9a0eee9577a87b59f62d7ded2403f05ac3c 100644
--- a/chrome/browser/chromeos/frame/layout_mode_button.cc
+++ b/chrome/browser/chromeos/frame/layout_mode_button.cc
@@ -6,6 +6,7 @@
#include "base/logging.h"
#include "base/utf_string_conversions.h"
+#include "chrome/browser/chromeos/view_ids.h"
#include "chrome/common/chrome_notification_types.h"
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_source.h"
@@ -28,6 +29,7 @@ namespace chromeos {
LayoutModeButton::LayoutModeButton()
: ALLOW_THIS_IN_INITIALIZER_LIST(ImageButton(this)) {
+ set_id(VIEW_ID_LAYOUT_MODE_BUTTON);
}
LayoutModeButton::~LayoutModeButton() {

Powered by Google App Engine
This is Rietveld 408576698