Index: chrome/browser/web_applications/web_app_win.h |
diff --git a/chrome/browser/web_applications/web_app_win.h b/chrome/browser/web_applications/web_app_win.h |
index b86f91a50221670a926894bbcbc33f2ba2eb2e26..5b914e8c710d9309468661925803e2029ecd8fa8 100644 |
--- a/chrome/browser/web_applications/web_app_win.h |
+++ b/chrome/browser/web_applications/web_app_win.h |
@@ -38,7 +38,8 @@ void UpdateRelaunchDetailsForApp(Profile* profile, |
namespace internals { |
bool CheckAndSaveIcon(const base::FilePath& icon_file, |
- const gfx::ImageFamily& image); |
+ const gfx::ImageFamily& image, |
+ bool is_shortcut_creation); |
Matt Giuca
2015/03/25 03:31:19
Call this "do_shchangenotify" (and invert the trut
calamity
2015/03/25 04:37:23
Changed it to refresh_shell_icon_cache.
|
base::FilePath GetIconFilePath(const base::FilePath& web_app_path, |
const base::string16& title); |