Index: chrome/installer/util/shell_util.h |
=================================================================== |
--- chrome/installer/util/shell_util.h (revision 150342) |
+++ chrome/installer/util/shell_util.h (working copy) |
@@ -442,6 +442,15 @@ |
// bytes. |
static string16 ByteArrayToBase32(const uint8* bytes, size_t size); |
+ // Verify that a shortcut exists with expected information. |
gab
2012/08/08 16:24:27
add "the" after "with"
Halli
2012/08/08 18:59:13
Done.
|
+ // |exe_path| shortcut's exe |
+ // |shortcut| path to shortcut |
+ // |description| shortcut's description |
+ // |icon_index| in the exe |
gab
2012/08/08 16:24:27
Please make the definition of |icon_index| "The ic
Halli
2012/08/08 18:59:13
Done.
|
+ static bool VerifyChromeShortcut(const string16& exe_path, |
+ const string16& shortcut, |
+ const string16& description, |
+ int icon_index); |
private: |
DISALLOW_COPY_AND_ASSIGN(ShellUtil); |
}; |