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

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

Issue 2908333003: [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, session, system, wallpaper) (Closed)
Patch Set: [mus ash] Removes WmWindow from ash (rebase, nits and cleanup of use of ResizeHandleWindowTargeter) 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 <string> 5 #include <string>
6 6
7 #include "ash/shelf/shelf.h" 7 #include "ash/shelf/shelf.h"
8 #include "ash/shell.h" 8 #include "ash/shell.h"
9 #include "ash/system/tray/system_tray.h" 9 #include "ash/system/tray/system_tray.h"
10 #include "ash/wm_window.h"
11 #include "base/command_line.h" 10 #include "base/command_line.h"
12 #include "base/location.h" 11 #include "base/location.h"
13 #include "base/single_thread_task_runner.h" 12 #include "base/single_thread_task_runner.h"
14 #include "base/strings/string_util.h" 13 #include "base/strings/string_util.h"
15 #include "base/strings/utf_string_conversions.h" 14 #include "base/strings/utf_string_conversions.h"
16 #include "base/threading/thread_task_runner_handle.h" 15 #include "base/threading/thread_task_runner_handle.h"
17 #include "chrome/browser/chrome_notification_types.h" 16 #include "chrome/browser/chrome_notification_types.h"
18 #include "chrome/browser/chromeos/login/login_manager_test.h" 17 #include "chrome/browser/chromeos/login/login_manager_test.h"
19 #include "chrome/browser/chromeos/login/login_wizard.h" 18 #include "chrome/browser/chromeos/login/login_wizard.h"
20 #include "chrome/browser/chromeos/login/startup_utils.h" 19 #include "chrome/browser/chromeos/login/startup_utils.h"
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 TestDomainVisible(); 477 TestDomainVisible();
479 478
480 fake_auth_policy_client_->set_auth_error(authpolicy::ERROR_BAD_PASSWORD); 479 fake_auth_policy_client_->set_auth_error(authpolicy::ERROR_BAD_PASSWORD);
481 SubmitActiveDirectoryCredentials(kTestActiveDirectoryUser, kPassword); 480 SubmitActiveDirectoryCredentials(kTestActiveDirectoryUser, kPassword);
482 WaitForMessage(&message_queue, "\"ShowAuthError\""); 481 WaitForMessage(&message_queue, "\"ShowAuthError\"");
483 TestPasswordError(); 482 TestPasswordError();
484 TestDomainVisible(); 483 TestDomainVisible();
485 } 484 }
486 485
487 } // namespace chromeos 486 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698