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() { |