| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 5ada2f45ea3fce1137f6d151b88c5f24a03979fe..35eaec9b5bd198b4a504c5e04d66a19be5290a24 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -275,6 +275,7 @@
|
| #define IDC_CONTENT_CONTEXT_COPYLINKLOCATION 50104
|
| #define IDC_CONTENT_CONTEXT_COPYEMAILADDRESS 50105
|
| #define IDC_CONTENT_CONTEXT_OPENLINKWITH 50106
|
| +#define IDC_CONTENT_CONTEXT_OPENLINKINPROFILE 50107
|
| // Image items.
|
| #define IDC_CONTENT_CONTEXT_SAVEIMAGEAS 50110
|
| #define IDC_CONTENT_CONTEXT_COPYIMAGELOCATION 50111
|
| @@ -360,6 +361,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
|
|
|
|
|