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) |
| @@ -113,6 +113,9 @@ |
| // Registry value name of the open verb. |
| static const wchar_t* kRegVerbOpen; |
| + // Registry value name of the opennewwindow verb. |
| + static const wchar_t* kRegVerbOpenNewWindow; |
| + |
| // Registry value name of the run verb. |
| static const wchar_t* kRegVerbRun; |