| Index: chrome/browser/profiles/profile_shortcut_manager_win.h
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_shortcut_manager_win.h (revision 169477)
|
| +++ chrome/browser/profiles/profile_shortcut_manager_win.h (working copy)
|
| @@ -19,6 +19,9 @@
|
| string16 GetShortcutFilenameForProfile(const string16& profile_name,
|
| BrowserDistribution* distribution);
|
|
|
| +// Returns the command-line flags to launch Chrome with the given profile.
|
| +string16 CreateProfileShortcutFlags(const FilePath& profile_path);
|
| +
|
| } // namespace internal
|
| } // namespace profiles
|
|
|
| @@ -47,6 +50,7 @@
|
| // Must only be called when the number profiles is 2.
|
| FilePath GetOtherProfilePath(const FilePath& profile_path);
|
| void UpdateShortcutsForProfileAtPath(const FilePath& profile_path,
|
| + bool include_empty_command_lines,
|
| bool create_always);
|
|
|
| ProfileManager* profile_manager_;
|
|
|