| Index: chrome/browser/web_applications/web_app.h
|
| diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
|
| index f4c647c18dbff5e1524d40b24d98cb3f369e1bba..af24aef36e19d4c717c61b6976e8e3a0549b4596 100644
|
| --- a/chrome/browser/web_applications/web_app.h
|
| +++ b/chrome/browser/web_applications/web_app.h
|
| @@ -101,9 +101,6 @@ string16 GetAppShortcutsSubdirName();
|
| namespace internals {
|
|
|
| #if defined(OS_WIN)
|
| -bool CheckAndSaveIcon(const base::FilePath& icon_file,
|
| - const gfx::ImageFamily& image);
|
| -
|
| std::vector<base::FilePath> GetShortcutPaths(
|
| const ShellIntegration::ShortcutLocations& creation_locations);
|
| #endif
|
|
|