| Index: chrome/browser/profiles/profile_shortcut_manager_win.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_shortcut_manager_win.h (revision 175855)
|
| +++ chrome/browser/profiles/profile_shortcut_manager_win.h (working copy)
|
| @@ -47,6 +47,10 @@
|
|
|
| // ProfileShortcutManager implementation:
|
| virtual void CreateProfileShortcut(const FilePath& profile_path) OVERRIDE;
|
| + virtual void RemoveProfileShortcuts(const FilePath& profile_path) OVERRIDE;
|
| + virtual void HasProfileShortcuts(
|
| + const FilePath& profile_path,
|
| + const base::Callback<void(bool)>& callback) OVERRIDE;
|
|
|
| // ProfileInfoCacheObserver implementation:
|
| virtual void OnProfileAdded(const FilePath& profile_path) OVERRIDE;
|
|
|