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

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

Issue 2633413002: cros: Remove BaseScreen::Initialize method. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a1462ae33f89a82836a5613397897f42d2b1e007..a4c38d8e853035d8b9821806254cde9037300da3 100644
--- a/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
+++ b/chrome/browser/chromeos/login/wizard_controller_browsertest.cc
@@ -423,7 +423,6 @@ class WizardControllerFlowTest : public WizardControllerTest {
mock_network_screen_.reset(new MockNetworkScreen(
WizardController::default_controller(),
WizardController::default_controller(), GetOobeUI()->GetNetworkView()));
- mock_network_screen_->Initialize(nullptr /* context */);
WizardController::default_controller()
->screens_[OobeScreen::SCREEN_OOBE_NETWORK] = mock_network_screen_;
EXPECT_CALL(*mock_network_screen_, Show()).Times(0);
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698