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

Unified Diff: chrome/installer/util/shell_util.h

Issue 10698086: Add the opennewwindow verb to the list of verbs created with a DelegateExecute handler under the Me… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | chrome/installer/util/shell_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/installer/util/shell_util.cc » ('j') | chrome/installer/util/shell_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698