Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1623)

Unified Diff: chrome/browser/web_applications/web_app_win.h

Issue 1026113003: Don't send a SHChangeNotify for creating an app icon when creating a shortcut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698