OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include <string> | 5 #include <string> |
6 | 6 |
7 #include "ash/common/system/status_area_widget.h" | 7 #include "ash/system/status_area_widget.h" |
8 #include "ash/common/system/web_notification/web_notification_tray.h" | 8 #include "ash/system/web_notification/web_notification_tray.h" |
9 #include "ash/test/status_area_widget_test_helper.h" | 9 #include "ash/test/status_area_widget_test_helper.h" |
10 #include "base/compiler_specific.h" | 10 #include "base/compiler_specific.h" |
11 #include "base/macros.h" | 11 #include "base/macros.h" |
12 #include "base/run_loop.h" | 12 #include "base/run_loop.h" |
13 #include "base/strings/utf_string_conversions.h" | 13 #include "base/strings/utf_string_conversions.h" |
14 #include "base/threading/sequenced_worker_pool.h" | 14 #include "base/threading/sequenced_worker_pool.h" |
15 #include "chrome/browser/chrome_notification_types.h" | 15 #include "chrome/browser/chrome_notification_types.h" |
16 #include "chrome/browser/chromeos/login/login_manager_test.h" | 16 #include "chrome/browser/chromeos/login/login_manager_test.h" |
17 #include "chrome/browser/chromeos/login/startup_utils.h" | 17 #include "chrome/browser/chromeos/login/startup_utils.h" |
18 #include "chrome/browser/chromeos/login/supervised/supervised_user_authenticatio
n.h" | 18 #include "chrome/browser/chromeos/login/supervised/supervised_user_authenticatio
n.h" |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 IN_PROC_BROWSER_TEST_( | 242 IN_PROC_BROWSER_TEST_( |
243 SupervisedUserTransactionCleanupTest, | 243 SupervisedUserTransactionCleanupTest, |
244 CreateAndCancelSupervisedUser, | 244 CreateAndCancelSupervisedUser, |
245 SupervisedUserTransactionCleanupTest2, | 245 SupervisedUserTransactionCleanupTest2, |
246 testing::internal::GetTypeId<SupervisedUserTransactionCleanupTest>()) { | 246 testing::internal::GetTypeId<SupervisedUserTransactionCleanupTest>()) { |
247 // Make sure there is no supervised user in list. | 247 // Make sure there is no supervised user in list. |
248 ASSERT_EQ(2UL, user_manager::UserManager::Get()->GetUsers().size()); | 248 ASSERT_EQ(2UL, user_manager::UserManager::Get()->GetUsers().size()); |
249 } | 249 } |
250 | 250 |
251 } // namespace chromeos | 251 } // namespace chromeos |
OLD | NEW |