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

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

Issue 2912593002: Create OOBE screen for Voice Interaction value proposition (Closed)
Patch Set: Create OOBE screen for Voice Interaction value proposition Created 3 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 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 "ash/accessibility_types.h" 7 #include "ash/accessibility_types.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/macros.h" 10 #include "base/macros.h"
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1340 // UI and logic is ready. http://crbug.com/127016 1340 // UI and logic is ready. http://crbug.com/127016
1341 1341
1342 // TODO(dzhioev): Add tests for controller/host pairing flow. 1342 // TODO(dzhioev): Add tests for controller/host pairing flow.
1343 // http://crbug.com/375191 1343 // http://crbug.com/375191
1344 1344
1345 // TODO(khmel): Add tests for ARC OptIn flow. 1345 // TODO(khmel): Add tests for ARC OptIn flow.
1346 // http://crbug.com/651144 1346 // http://crbug.com/651144
1347 1347
1348 // TODO(fukino): Add tests for encryption migration UI. 1348 // TODO(fukino): Add tests for encryption migration UI.
1349 // http://crbug.com/706017 1349 // http://crbug.com/706017
1350 static_assert(static_cast<int>(ScreenExitCode::EXIT_CODES_COUNT) == 27, 1350
1351 // TODO(updowndota): Add tests for Voice Interaction value prop flow.
1352 static_assert(static_cast<int>(ScreenExitCode::EXIT_CODES_COUNT) == 29,
1351 "tests for new control flow are missing"); 1353 "tests for new control flow are missing");
1352 1354
1353 } // namespace chromeos 1355 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/resources/chromeos/login/custom_elements_login.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698