summaryrefslogtreecommitdiffstats
path: root/ash/system/power
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-31 06:34:53 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-31 06:34:53 +0000
commit84896cf532157415201d85c98fb0f6eb7cee7e69 (patch)
treefaa5c1b91d734f33755e9349aac4ee7ad76657f3 /ash/system/power
parent05ee36910ac5577373e247012e006603e9768cd1 (diff)
downloadchromium_src-84896cf532157415201d85c98fb0f6eb7cee7e69.zip
chromium_src-84896cf532157415201d85c98fb0f6eb7cee7e69.tar.gz
chromium_src-84896cf532157415201d85c98fb0f6eb7cee7e69.tar.bz2
ash: Make the date entry in the tray popup accesible.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9950031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/power')
-rw-r--r--ash/system/power/tray_power.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc
index ae64503..8419dbc 100644
--- a/ash/system/power/tray_power.cc
+++ b/ash/system/power/tray_power.cc
@@ -173,7 +173,7 @@ views::View* TrayPower::CreateTrayView(user::LoginStatus status) {
views::View* TrayPower::CreateDefaultView(user::LoginStatus status) {
date_.reset(new tray::DateView(tray::DateView::DATE));
if (status != user::LOGGED_IN_NONE && status != user::LOGGED_IN_LOCKED)
- date_->set_actionable(true);
+ date_->SetActionable(true);
views::View* container = new views::View;
views::BoxLayout* layout = new views::BoxLayout(views::BoxLayout::kHorizontal,