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

Side by Side Diff: chrome/browser/chromeos/login/login_utils.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/login_utils.h" 5 #include "chrome/browser/chromeos/login/login_utils.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/file_path.h" 10 #include "base/file_path.h"
(...skipping 19 matching lines...) Expand all
30 #include "chrome/browser/chromeos/login/parallel_authenticator.h" 30 #include "chrome/browser/chromeos/login/parallel_authenticator.h"
31 #include "chrome/browser/chromeos/login/user_image_downloader.h" 31 #include "chrome/browser/chromeos/login/user_image_downloader.h"
32 #include "chrome/browser/chromeos/login/user_manager.h" 32 #include "chrome/browser/chromeos/login/user_manager.h"
33 #include "chrome/browser/chromeos/proxy_config_service.h" 33 #include "chrome/browser/chromeos/proxy_config_service.h"
34 #include "chrome/browser/extensions/extensions_service.h" 34 #include "chrome/browser/extensions/extensions_service.h"
35 #include "chrome/browser/net/chrome_url_request_context.h" 35 #include "chrome/browser/net/chrome_url_request_context.h"
36 #include "chrome/browser/net/gaia/token_service.h" 36 #include "chrome/browser/net/gaia/token_service.h"
37 #include "chrome/browser/net/preconnect.h" 37 #include "chrome/browser/net/preconnect.h"
38 #include "chrome/browser/net/pref_proxy_config_service.h" 38 #include "chrome/browser/net/pref_proxy_config_service.h"
39 #include "chrome/browser/prefs/pref_member.h" 39 #include "chrome/browser/prefs/pref_member.h"
40 #include "chrome/browser/profile.h" 40 #include "chrome/browser/profiles/profile.h"
41 #include "chrome/browser/profile_manager.h" 41 #include "chrome/browser/profiles/profile_manager.h"
42 #include "chrome/browser/sync/profile_sync_service.h" 42 #include "chrome/browser/sync/profile_sync_service.h"
43 #include "chrome/browser/ui/browser_init.h" 43 #include "chrome/browser/ui/browser_init.h"
44 #include "chrome/common/chrome_paths.h" 44 #include "chrome/common/chrome_paths.h"
45 #include "chrome/common/chrome_switches.h" 45 #include "chrome/common/chrome_switches.h"
46 #include "chrome/common/logging_chrome.h" 46 #include "chrome/common/logging_chrome.h"
47 #include "chrome/common/net/gaia/gaia_auth_fetcher.h" 47 #include "chrome/common/net/gaia/gaia_auth_fetcher.h"
48 #include "chrome/common/net/gaia/gaia_constants.h" 48 #include "chrome/common/net/gaia/gaia_constants.h"
49 #include "chrome/common/net/url_request_context_getter.h" 49 #include "chrome/common/net/url_request_context_getter.h"
50 #include "chrome/common/pref_names.h" 50 #include "chrome/common/pref_names.h"
51 #include "chrome/common/url_constants.h" 51 #include "chrome/common/url_constants.h"
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 BrowserInit browser_init; 475 BrowserInit browser_init;
476 int return_code; 476 int return_code;
477 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(), 477 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(),
478 profile, 478 profile,
479 FilePath(), 479 FilePath(),
480 true, 480 true,
481 &return_code); 481 &return_code);
482 } 482 }
483 483
484 } // namespace chromeos 484 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/login_screen.cc ('k') | chrome/browser/chromeos/login/online_attempt.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698