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

Unified Diff: ash/common/system/tiles/tray_tiles.cc

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: rebase Created 4 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 | « ash/common/system/tiles/tray_tiles.h ('k') | ash/common/system/tray/system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tiles/tray_tiles.cc
diff --git a/ash/common/system/tiles/tray_tiles.cc b/ash/common/system/tiles/tray_tiles.cc
index 9c68db2f3c6e7919531abb44edf2210b271dcbbb..227a4c9fb710b3fe6bf265139e2f1219af630426 100644
--- a/ash/common/system/tiles/tray_tiles.cc
+++ b/ash/common/system/tiles/tray_tiles.cc
@@ -22,6 +22,10 @@ views::View* TrayTiles::GetHelpButtonView() const {
return default_view_->GetHelpButtonView();
}
+TilesDefaultView* TrayTiles::GetDefaultViewForTesting() const {
+ return default_view_;
+}
+
views::View* TrayTiles::CreateDefaultViewForTesting(LoginStatus status) {
return CreateDefaultView(status);
}
« no previous file with comments | « ash/common/system/tiles/tray_tiles.h ('k') | ash/common/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698