Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.h |
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
| index 0333959fab0ba4937d68beecda64b186f816cd0f..b9cbc48f495ff4bff6fb874df3de5f09f1f38823 100644 |
| --- a/chrome/browser/profiles/profile_manager.h |
| +++ b/chrome/browser/profiles/profile_manager.h |
| @@ -178,6 +178,11 @@ class ProfileManager : public base::NonThreadSafe, |
| chrome::HostDesktopType desktop_type, |
| bool always_create); |
| + static void SwitchToProfile( |
|
Nikita (slow)
2013/06/11 18:22:16
Please add method comment.
noms
2013/06/12 20:41:54
Done.
|
| + const base::FilePath& path, |
| + chrome::HostDesktopType desktop_type, |
| + bool always_create); |
| + |
| // Profile::Delegate implementation: |
| virtual void OnProfileCreated(Profile* profile, |
| bool success, |
| @@ -261,6 +266,7 @@ class ProfileManager : public base::NonThreadSafe, |
| private: |
| friend class TestingProfileManager; |
| FRIEND_TEST_ALL_PREFIXES(ProfileManagerBrowserTest, DeleteAllProfiles); |
| + FRIEND_TEST_ALL_PREFIXES(ProfileManagerBrowserTest, SwitchToProfile); |
| // This struct contains information about profiles which are being loaded or |
| // were loaded. |