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

Unified Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 2947483002: Create OOBE screen for Waiting for Container ready (Closed)
Patch Set: Rebase and run js format 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/wizard_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
index e1839860d2cf6498b35b4f1428fee44c0aef064f..4d1c9e3b4be412eedc01a547782e470e5883087d 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -1348,8 +1348,8 @@ IN_PROC_BROWSER_TEST_F(WizardControllerCellularFirstTest, CellularFirstFlow) {
// TODO(fukino): Add tests for encryption migration UI.
// http://crbug.com/706017
-// TODO(updowndota): Add tests for Voice Interaction value prop flow.
-static_assert(static_cast<int>(ScreenExitCode::EXIT_CODES_COUNT) == 29,
+// TODO(updowndota): Add tests for Voice Interaction OptIn flow.
+static_assert(static_cast<int>(ScreenExitCode::EXIT_CODES_COUNT) == 30,
"tests for new control flow are missing");
} // namespace chromeos
« 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