| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index 9abd1951a83b36c46d5fd4acae10e2dbbe3df3df..f8559844e8d7df644f469c4825333001d33245c1 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -166,11 +166,6 @@ class ShellIntegration {
|
| static string16 GetAppListAppModelIdForProfile(
|
| const base::FilePath& profile_path);
|
|
|
| - // Returns the location (path and index) of the Chromium icon, (e.g.,
|
| - // "C:\path\to\chrome.exe,0"). This is used to specify the icon to use
|
| - // for the taskbar group on Win 7.
|
| - static string16 GetChromiumIconLocation();
|
| -
|
| // Migrates existing chrome shortcuts by tagging them with correct app id.
|
| // see http://crbug.com/28104
|
| static void MigrateChromiumShortcuts();
|
|
|