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

Unified Diff: ash/system/date/date_default_view.cc

Issue 247663003: Date and Time dialog for when the clock isn't synced. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, single quotes in browsertest js Created 6 years, 8 months 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 | « ash/system/date/clock_observer.h ('k') | ash/system/date/date_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/date_default_view.cc
diff --git a/ash/system/date/date_default_view.cc b/ash/system/date/date_default_view.cc
index e72e048518aa0f8d3713e953377ce6c5625acd17..389485fd474383337a95a7b9395afbb6bf99381f 100644
--- a/ash/system/date/date_default_view.cc
+++ b/ash/system/date/date_default_view.cc
@@ -46,7 +46,7 @@ DateDefaultView::DateDefaultView(ash::user::LoginStatus login)
login == ash::user::LOGGED_IN_NONE)
return;
- date_view_->SetActionable(true);
+ date_view_->SetAction(TrayDate::SHOW_DATE_SETTINGS);
help_ = new TrayPopupHeaderButton(this,
IDR_AURA_UBER_TRAY_HELP,
« no previous file with comments | « ash/system/date/clock_observer.h ('k') | ash/system/date/date_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698