| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 850903f621ede694cdb681dd66f4ffa01c111b05..7b13dd320f8965b8990451d378c5ed73b0ae7d47 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -277,6 +277,7 @@
|
| #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105
|
| #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106
|
| #define IDC_CONTENT_CONTEXT_COPYLINKTEXT 50107
|
| +#define IDC_CONTENT_CONTEXT_OPENLINKINPROFILE 50108
|
| // Image items.
|
| #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110
|
| #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111
|
| @@ -367,6 +368,10 @@
|
| #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST 52199
|
| #define IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS 52200
|
|
|
| +// Open link in profile entries
|
| +#define IDC_OPEN_LINK_IN_PROFILE_FIRST 52300
|
| +#define IDC_OPEN_LINK_IN_PROFILE_LAST 52399
|
| +
|
| // NOTE: The last valid command value is 57343 (0xDFFF)
|
| // See http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx
|
|
|
|
|