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

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

Issue 9253016: Add a startup check to create profile shortcuts for legacy Chrome profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 117854)
+++ chrome/browser/profiles/profile_shortcut_manager_win.h (working copy)
@@ -18,6 +18,11 @@
ProfileShortcutManagerWin();
virtual ~ProfileShortcutManagerWin();
+ // Create a profile shortcut for the profile with path |profile_path|, plus
+ // update the original profile shortcut if |profile_path| is the second
+ // profile created.
+ virtual void AddProfileShortcut(const FilePath& profile_path);
+
// ProfileInfoCacheObserver:
virtual void OnProfileAdded(const FilePath& profile_path) OVERRIDE;
virtual void OnProfileWillBeRemoved(

Powered by Google App Engine
This is Rietveld 408576698