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

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

Issue 14137032: Create profile .ico file on profile creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.h b/chrome/browser/profiles/profile_shortcut_manager_win.h
index 631a71303e6cbef73a4e7c411211ee0010c073ab..a6a8faef4e427464b7b5f233a2a0add05f3fc992 100644
--- a/chrome/browser/profiles/profile_shortcut_manager_win.h
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.h
@@ -74,6 +74,8 @@ class ProfileShortcutManagerWin : public ProfileShortcutManager,
const base::FilePath& profile_path,
CreateOrUpdateMode create_mode,
NonProfileShortcutAction action);
+ void CreateOrUpdateShortcutIconForProfileAtPath(
+ const base::FilePath& profile_path);
ProfileManager* profile_manager_;

Powered by Google App Engine
This is Rietveld 408576698