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

Unified Diff: chrome/browser/shell_integration.h

Issue 11359133: Add default icon to app_host.exe, and use it in shortcuts during installation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: More renames and comments. Created 8 years, 1 month 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/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index 138c87438e19d9454714ccbb4f23882003b3957b..8dffe334215ba268e3bdeee2a80cf4d542471290 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -148,7 +148,7 @@ class ShellIntegration {
// Returns the path to the Chromium icon. This is used to specify the icon
gab 2012/11/14 21:34:34 s/path/string (and otherwise adapt the comment to
huangs 2012/11/14 21:57:01 Done. Added example.
// to use for the taskbar group on Win 7.
- static string16 GetChromiumIconPath();
+ static string16 GetChromiumIconString();
// Migrates existing chrome shortcuts by tagging them with correct app id.
// see http://crbug.com/28104

Powered by Google App Engine
This is Rietveld 408576698