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

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

Issue 16105005: Cleanup legacy flags and switches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more Created 7 years, 7 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_in_process_browser_test.cc
diff --git a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
index e998f9f1ef6fb26c388fc07e860058b0e4259e83..1284143f2843246cab00bfc944bc6f15933a0b64 100644
--- a/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
+++ b/chrome/browser/chromeos/login/wizard_in_process_browser_test.cc
@@ -36,7 +36,7 @@ void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) {
void WizardInProcessBrowserTest::SetUpOnMainThread() {
SetUpWizard();
if (!screen_name_.empty()) {
- ShowLoginWizard(screen_name_, gfx::Size(1024, 600));
+ ShowLoginWizard(screen_name_);
host_ = LoginDisplayHostImpl::default_host();
}
}
« no previous file with comments | « chrome/browser/chromeos/login/login_wizard.h ('k') | chrome/browser/chromeos/policy/device_local_account_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698