| Index: chrome/app/chrome_command_ids.h
|
| diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h
|
| index 9f7547761bd53e085e6b19819eed061e09adba11..b9d73d94f237212eb70208a3d63f2482c4e2064a 100644
|
| --- a/chrome/app/chrome_command_ids.h
|
| +++ b/chrome/app/chrome_command_ids.h
|
| @@ -74,7 +74,10 @@
|
| #define IDC_ALL_WINDOWS_FRONT 34048
|
| #define IDC_VISIT_DESKTOP_OF_LRU_USER_2 34049
|
| #define IDC_VISIT_DESKTOP_OF_LRU_USER_3 34050
|
| +
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| #define IDC_USE_SYSTEM_TITLE_BAR 34051
|
| +#endif
|
|
|
| // Page-related commands
|
| #define IDC_BOOKMARK_PAGE 35000
|
|
|