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 af86986173e31fd1146a096b238fca6758b5fab4..be2163f950496dd0c4e609de842dc2dcd33cd4c4 100644 |
--- a/chrome/browser/web_applications/web_app.h |
+++ b/chrome/browser/web_applications/web_app.h |
@@ -13,6 +13,10 @@ |
#include "chrome/browser/shell_integration.h" |
#include "chrome/common/web_apps.h" |
+#if defined(OS_WIN) |
+#include "chrome/installer/util/shell_util.h" |
+#endif |
+ |
namespace extensions { |
class Extension; |
} |
@@ -98,7 +102,8 @@ bool CheckAndSaveIcon(const base::FilePath& icon_file, |
const gfx::ImageFamily& image); |
std::vector<base::FilePath> GetShortcutPaths( |
- const ShellIntegration::ShortcutLocations& creation_locations); |
+ const ShellIntegration::ShortcutLocations& creation_locations, |
+ const ShellUtil::ShellChange install_level); |
gab
2013/04/26 15:21:03
I don't think ShellUtil:: is available on non-OS_W
calamity
2013/04/29 07:20:05
Done.
|
#endif |
// Implemented for each platform, does the platform specific parts of creating |