| Index: ash/system/tray/test_system_tray_delegate.cc
|
| diff --git a/ash/system/tray/test_system_tray_delegate.cc b/ash/system/tray/test_system_tray_delegate.cc
|
| index 20eab022b8f8c6dc6c2b9a4e62741ea8d03f4d5d..afc5f8271924b2a4e2b3eea0e1e37ade13148973 100644
|
| --- a/ash/system/tray/test_system_tray_delegate.cc
|
| +++ b/ash/system/tray/test_system_tray_delegate.cc
|
| @@ -96,6 +96,10 @@ user::LoginStatus TestSystemTrayDelegate::GetUserLoginStatus() const {
|
| return user::LOGGED_IN_USER;
|
| }
|
|
|
| +bool TestSystemTrayDelegate::IsOobeCompleted() const {
|
| + return true;
|
| +}
|
| +
|
| void TestSystemTrayDelegate::ChangeProfilePicture() {
|
| }
|
|
|
|
|