Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2144)

Unified Diff: chrome/browser/profiles/profile_shortcut_manager_win.h

Issue 11876027: ProfileShortcutManagerWin: Don't create user level shortcut when system level one exists. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_shortcut_manager_win.h
===================================================================
--- chrome/browser/profiles/profile_shortcut_manager_win.h (revision 176381)
+++ chrome/browser/profiles/profile_shortcut_manager_win.h (working copy)
@@ -62,9 +62,6 @@
virtual void OnProfileAvatarChanged(const FilePath& profile_path) OVERRIDE;
private:
- void StartProfileShortcutNameChange(const FilePath& profile_path,
- const string16& old_profile_name);
-
// Gives the profile path of an alternate profile than |profile_path|.
// Must only be called when the number profiles is 2.
FilePath GetOtherProfilePath(const FilePath& profile_path);

Powered by Google App Engine
This is Rietveld 408576698