| Index: chrome/browser/profiles/profile_window.h
|
| diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h
|
| index 783dc7bc4b23d5da8c61af318bc7fbd47cd44a59..5c32eb23b09000e4cf658f6b72122d7448627ef0 100644
|
| --- a/chrome/browser/profiles/profile_window.h
|
| +++ b/chrome/browser/profiles/profile_window.h
|
| @@ -65,6 +65,7 @@ void FindOrCreateNewWindowForProfile(
|
| // even if a window for that profile already exists. When the browser is
|
| // opened, |callback| will be run if it isn't null.
|
|
|
| +#if !defined(OS_ANDROID)
|
| void SwitchToProfile(const base::FilePath& path,
|
| chrome::HostDesktopType desktop_type,
|
| bool always_create,
|
| @@ -74,6 +75,7 @@ void SwitchToProfile(const base::FilePath& path,
|
| // Opens a Browser for the guest profile and runs |callback| if it isn't null.
|
| void SwitchToGuestProfile(chrome::HostDesktopType desktop_type,
|
| ProfileManager::CreateCallback callback);
|
| +#endif
|
|
|
| // Returns true if |profile| has potential profile switch targets, ie there's at
|
| // least one other profile available to switch to, not counting guest. This is
|
|
|