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

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

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 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/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/path_service.h" 10 #include "base/path_service.h"
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1106 // TODO(dzhioev): Add test emaulating device with wrong HWID. 1106 // TODO(dzhioev): Add test emaulating device with wrong HWID.
1107 1107
1108 // TODO(nkostylev): Add test for WebUI accelerators http://crosbug.com/22571 1108 // TODO(nkostylev): Add test for WebUI accelerators http://crosbug.com/22571
1109 1109
1110 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when 1110 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when
1111 // UI and logic is ready. http://crbug.com/127016 1111 // UI and logic is ready. http://crbug.com/127016
1112 1112
1113 // TODO(dzhioev): Add tests for controller/host pairing flow. 1113 // TODO(dzhioev): Add tests for controller/host pairing flow.
1114 // http://crbug.com/375191 1114 // http://crbug.com/375191
1115 1115
1116 COMPILE_ASSERT(ScreenObserver::EXIT_CODES_COUNT == 23, 1116 COMPILE_ASSERT(ScreenObserver::EXIT_CODES_COUNT == 25,
1117 add_tests_for_new_control_flow_you_just_introduced); 1117 add_tests_for_new_control_flow_you_just_introduced);
1118 1118
1119 } // namespace chromeos 1119 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698