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

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

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/existing_user_controller.h" 5 #include "chrome/browser/chromeos/login/existing_user_controller.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 #include <functional> 8 #include <functional>
9 #include <map> 9 #include <map>
10 10
(...skipping 12 matching lines...) Expand all
23 #include "chrome/browser/chromeos/login/background_view.h" 23 #include "chrome/browser/chromeos/login/background_view.h"
24 #include "chrome/browser/chromeos/login/help_app_launcher.h" 24 #include "chrome/browser/chromeos/login/help_app_launcher.h"
25 #include "chrome/browser/chromeos/login/helper.h" 25 #include "chrome/browser/chromeos/login/helper.h"
26 #include "chrome/browser/chromeos/login/login_utils.h" 26 #include "chrome/browser/chromeos/login/login_utils.h"
27 #include "chrome/browser/chromeos/login/message_bubble.h" 27 #include "chrome/browser/chromeos/login/message_bubble.h"
28 #include "chrome/browser/chromeos/login/wizard_controller.h" 28 #include "chrome/browser/chromeos/login/wizard_controller.h"
29 #include "chrome/browser/chromeos/status/status_area_view.h" 29 #include "chrome/browser/chromeos/status/status_area_view.h"
30 #include "chrome/browser/chromeos/user_cros_settings_provider.h" 30 #include "chrome/browser/chromeos/user_cros_settings_provider.h"
31 #include "chrome/browser/chromeos/view_ids.h" 31 #include "chrome/browser/chromeos/view_ids.h"
32 #include "chrome/browser/chromeos/wm_ipc.h" 32 #include "chrome/browser/chromeos/wm_ipc.h"
33 #include "chrome/browser/profile_manager.h" 33 #include "chrome/browser/profiles/profile_manager.h"
34 #include "chrome/browser/views/window.h" 34 #include "chrome/browser/views/window.h"
35 #include "chrome/common/chrome_switches.h" 35 #include "chrome/common/chrome_switches.h"
36 #include "chrome/common/net/gaia/google_service_auth_error.h" 36 #include "chrome/common/net/gaia/google_service_auth_error.h"
37 #include "gfx/native_widget_types.h" 37 #include "gfx/native_widget_types.h"
38 #include "grit/chromium_strings.h" 38 #include "grit/chromium_strings.h"
39 #include "grit/generated_resources.h" 39 #include "grit/generated_resources.h"
40 #include "grit/theme_resources.h" 40 #include "grit/theme_resources.h"
41 #include "views/screen.h" 41 #include "views/screen.h"
42 #include "views/widget/widget_gtk.h" 42 #include "views/widget/widget_gtk.h"
43 #include "views/window/window.h" 43 #include "views/window/window.h"
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 void ExistingUserController::RecoverEncryptedData( 613 void ExistingUserController::RecoverEncryptedData(
614 const std::string& old_password) { 614 const std::string& old_password) {
615 login_performer_->RecoverEncryptedData(old_password); 615 login_performer_->RecoverEncryptedData(old_password);
616 } 616 }
617 617
618 void ExistingUserController::ResyncEncryptedData() { 618 void ExistingUserController::ResyncEncryptedData() {
619 login_performer_->ResyncEncryptedData(); 619 login_performer_->ResyncEncryptedData();
620 } 620 }
621 621
622 } // namespace chromeos 622 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/eula_view.cc ('k') | chrome/browser/chromeos/login/google_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698