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

Unified Diff: chrome/browser/profiles/profile_manager.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_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);

Powered by Google App Engine
This is Rietveld 408576698