diff options
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 562a650..cb01867 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -2,6 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef CHROME_APP_CHROME_COMMAND_IDS_H_ +#define CHROME_APP_CHROME_COMMAND_IDS_H_ +#pragma once + // This file lists all the command IDs understood by e.g. the browser. // It is used by Windows RC files, Mac NIB files, and other platforms too. @@ -166,6 +170,8 @@ #define IDC_PROFILING_ENABLED 40030 #define IDC_FILE_MANAGER 40031 #define IDC_BOOKMARKS_MENU 40032 +#define IDC_PROFILE_MENU 40033 +#define IDC_CREATE_NEW_PROFILE 40034 // Spell-check // Insert any additional suggestions before _LAST; these have to be consecutive. @@ -276,3 +282,5 @@ // Context menu items in the status tray #define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100 + +#endif // CHROME_APP_CHROME_COMMAND_IDS_H_ |