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

Unified Diff: chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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 | « chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc b/chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc
index 90fb713ba899d5c395dc4119c41a6fcfe2c3aa65..2d2c9d4507401b76b917b50a07376d73b20f8c43 100644
--- a/chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_tray_cast_browsertest_chromeos.cc
@@ -72,9 +72,8 @@ bool StartCastWithVerification(const extensions::Extension* extension,
// We will simulate a button click in the detail view to begin the cast, so we
// need to make a detail view available.
- std::unique_ptr<views::View> detailed_view =
- base::WrapUnique(system_tray_item->CreateDetailedView(
- ash::user::LoginStatus::LOGGED_IN_USER));
+ std::unique_ptr<views::View> detailed_view = base::WrapUnique(
+ system_tray_item->CreateDetailedView(ash::LoginStatus::USER));
// Clear out any old state and execute any pending JS calls created from the
// CreateDetailedView call.
« no previous file with comments | « chrome/browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698