Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.h |
| =================================================================== |
| --- chrome/browser/profiles/profile_manager.h (revision 117854) |
| +++ chrome/browser/profiles/profile_manager.h (working copy) |
| @@ -252,6 +252,12 @@ |
| // Adds |profile| to the profile info cache if it hasn't been added yet. |
| void AddProfileToCache(Profile* profile); |
| +#if defined(OS_WIN) |
|
sail
2012/01/18 19:32:51
instead of using #ifdef here you could instead jus
SteveT
2012/01/18 19:46:01
I've seen the rest of the ProfileShortcutManagerWi
|
| + // Creates a profile desktop shortcut for |profile| if we are in multi |
| + // profile mode and the shortcut has not been created before. |
| + void CreateDesktopShortcut(Profile* profile); |
| +#endif |
| + |
| // Initializes user prefs of |profile|. This includes profile name and |
| // avatar values |
| void InitProfileUserPrefs(Profile* profile); |