| Index: chrome/browser/profiles/profile_shortcut_manager_win.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_shortcut_manager_win.h (revision 115334)
|
| +++ chrome/browser/profiles/profile_shortcut_manager_win.h (working copy)
|
| @@ -20,10 +20,8 @@
|
|
|
| // ProfileInfoCacheObserver:
|
| virtual void OnProfileAdded(
|
| - const string16& profile_name,
|
| - const string16& profile_base_dir,
|
| const FilePath& profile_path,
|
| - const gfx::Image* avatar_image) OVERRIDE;
|
| + const string16& profile_base_dir) OVERRIDE;
|
| virtual void OnProfileWillBeRemoved(
|
| const string16& profile_name) OVERRIDE;
|
| virtual void OnProfileWasRemoved(
|
| @@ -32,10 +30,8 @@
|
| const string16& old_profile_name,
|
| const string16& new_profile_name) OVERRIDE;
|
| virtual void OnProfileAvatarChanged(
|
| - const string16& profile_name,
|
| - const string16& profile_base_dir,
|
| const FilePath& profile_path,
|
| - const gfx::Image* avatar_image) OVERRIDE;
|
| + const string16& profile_base_dir) OVERRIDE;
|
|
|
| // Takes a vector of profile names (for example: "Sparky") and generates a
|
| // vector of shortcut link names (for example: "Chromium (Sparky).lnk").
|
|
|