| Index: chrome/browser/shell_integration_win.h
|
| diff --git a/chrome/browser/shell_integration_win.h b/chrome/browser/shell_integration_win.h
|
| index ab1695bd1a0de7d6de20bf3481ed9321b0a61ba5..d609ea0e751d89dd394a3aeede58a3286504ece0 100644
|
| --- a/chrome/browser/shell_integration_win.h
|
| +++ b/chrome/browser/shell_integration_win.h
|
| @@ -57,10 +57,6 @@ base::string16 GetAppModelIdForProfile(const base::string16& app_name,
|
| // calling GetAppModelIdForProfile() with ShellUtil::GetAppId() as app_name.
|
| base::string16 GetChromiumModelIdForProfile(const base::FilePath& profile_path);
|
|
|
| -// Get the AppUserModelId for the App List, for the profile in |profile_path|.
|
| -base::string16 GetAppListAppModelIdForProfile(
|
| - const base::FilePath& profile_path);
|
| -
|
| // Migrates existing chrome taskbar pins by tagging them with correct app id.
|
| // see http://crbug.com/28104
|
| void MigrateTaskbarPins();
|
|
|