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

Side by Side Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 1658793002: Update chrome for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "chrome/browser/chromeos/login/wizard_controller.h" 5 #include "chrome/browser/chromeos/login/wizard_controller.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "base/prefs/pref_registry_simple.h"
11 #include "base/prefs/pref_service.h"
12 #include "base/prefs/pref_service_factory.h"
13 #include "base/prefs/testing_pref_store.h"
14 #include "base/run_loop.h" 10 #include "base/run_loop.h"
15 #include "base/strings/string_util.h" 11 #include "base/strings/string_util.h"
16 #include "base/strings/utf_string_conversions.h" 12 #include "base/strings/utf_string_conversions.h"
17 #include "chrome/browser/browser_process.h" 13 #include "chrome/browser/browser_process.h"
18 #include "chrome/browser/browser_shutdown.h" 14 #include "chrome/browser/browser_shutdown.h"
19 #include "chrome/browser/chrome_notification_types.h" 15 #include "chrome/browser/chrome_notification_types.h"
20 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h" 16 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
21 #include "chrome/browser/chromeos/base/locale_util.h" 17 #include "chrome/browser/chromeos/base/locale_util.h"
22 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h" 18 #include "chrome/browser/chromeos/login/enrollment/enrollment_screen.h"
23 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper. h" 19 #include "chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper. h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 #include "chromeos/dbus/dbus_thread_manager.h" 54 #include "chromeos/dbus/dbus_thread_manager.h"
59 #include "chromeos/dbus/fake_session_manager_client.h" 55 #include "chromeos/dbus/fake_session_manager_client.h"
60 #include "chromeos/geolocation/simple_geolocation_provider.h" 56 #include "chromeos/geolocation/simple_geolocation_provider.h"
61 #include "chromeos/network/network_state.h" 57 #include "chromeos/network/network_state.h"
62 #include "chromeos/network/network_state_handler.h" 58 #include "chromeos/network/network_state_handler.h"
63 #include "chromeos/settings/timezone_settings.h" 59 #include "chromeos/settings/timezone_settings.h"
64 #include "chromeos/system/fake_statistics_provider.h" 60 #include "chromeos/system/fake_statistics_provider.h"
65 #include "chromeos/system/statistics_provider.h" 61 #include "chromeos/system/statistics_provider.h"
66 #include "chromeos/timezone/timezone_request.h" 62 #include "chromeos/timezone/timezone_request.h"
67 #include "components/policy/core/common/cloud/cloud_policy_constants.h" 63 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
64 #include "components/prefs/pref_registry_simple.h"
65 #include "components/prefs/pref_service.h"
66 #include "components/prefs/pref_service_factory.h"
67 #include "components/prefs/testing_pref_store.h"
68 #include "content/public/test/browser_test_utils.h" 68 #include "content/public/test/browser_test_utils.h"
69 #include "content/public/test/test_utils.h" 69 #include "content/public/test/test_utils.h"
70 #include "net/test/spawned_test_server/spawned_test_server.h" 70 #include "net/test/spawned_test_server/spawned_test_server.h"
71 #include "net/url_request/test_url_fetcher_factory.h" 71 #include "net/url_request/test_url_fetcher_factory.h"
72 #include "net/url_request/url_fetcher_impl.h" 72 #include "net/url_request/url_fetcher_impl.h"
73 #include "testing/gmock/include/gmock/gmock.h" 73 #include "testing/gmock/include/gmock/gmock.h"
74 #include "testing/gtest/include/gtest/gtest.h" 74 #include "testing/gtest/include/gtest/gtest.h"
75 #include "third_party/icu/source/common/unicode/locid.h" 75 #include "third_party/icu/source/common/unicode/locid.h"
76 #include "ui/base/accelerators/accelerator.h" 76 #include "ui/base/accelerators/accelerator.h"
77 #include "ui/base/l10n/l10n_util.h" 77 #include "ui/base/l10n/l10n_util.h"
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when 1220 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when
1221 // UI and logic is ready. http://crbug.com/127016 1221 // UI and logic is ready. http://crbug.com/127016
1222 1222
1223 // TODO(dzhioev): Add tests for controller/host pairing flow. 1223 // TODO(dzhioev): Add tests for controller/host pairing flow.
1224 // http://crbug.com/375191 1224 // http://crbug.com/375191
1225 1225
1226 static_assert(BaseScreenDelegate::EXIT_CODES_COUNT == 23, 1226 static_assert(BaseScreenDelegate::EXIT_CODES_COUNT == 23,
1227 "tests for new control flow are missing"); 1227 "tests for new control flow are missing");
1228 1228
1229 } // namespace chromeos 1229 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/chromeos/mobile/mobile_activator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698