Chromium Code Reviews| Index: chrome/installer/util/shell_util.h |
| =================================================================== |
| --- chrome/installer/util/shell_util.h (revision 145189) |
| +++ chrome/installer/util/shell_util.h (working copy) |
| @@ -116,6 +116,9 @@ |
| // Registry value name of the run verb. |
| static const wchar_t* kRegVerbRun; |
| + // Registry value name of the opennewwindow verb. |
| + static const wchar_t* kRegVerbOpenNewWindow; |
|
gab
2012/07/03 21:03:41
nit: Can you order verbs in alphabetical order?
ananta
2012/07/03 21:06:46
Done.
|
| + |
| // Registry value name for command entries. |
| static const wchar_t* kRegCommand; |