diff options
author | philippe.beauchamp@gmail.com <philippe.beauchamp@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 01:55:49 +0000 |
---|---|---|
committer | philippe.beauchamp@gmail.com <philippe.beauchamp@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 01:55:49 +0000 |
commit | 747f1c5ae9937394d7383370a60cf43a66a4d6c0 (patch) | |
tree | e637e8d7f9b7d7b92f6e057b5c5a1f0250a95e1a /chrome/app/chrome_command_ids.h | |
parent | 4b4a94f22b77870f0851661a5f1732c35dadb9e9 (diff) | |
download | chromium_src-747f1c5ae9937394d7383370a60cf43a66a4d6c0.zip chromium_src-747f1c5ae9937394d7383370a60cf43a66a4d6c0.tar.gz chromium_src-747f1c5ae9937394d7383370a60cf43a66a4d6c0.tar.bz2 |
Add the feature "Add as seach engine..." when right clicking on a form text field.
Note: POST forms are not supported with this patch
BUG=6872
TEST=none
Review URL: http://codereview.chromium.org/335023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_command_ids.h')
-rw-r--r-- | chrome/app/chrome_command_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_command_ids.h b/chrome/app/chrome_command_ids.h index 3cf660c..76c0774 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -268,6 +268,7 @@ // Search items. #define IDC_CONTENT_CONTEXT_GOTOURL 50170 #define IDC_CONTENT_CONTEXT_SEARCHWEBFOR 50171 +#define IDC_CONTENT_CONTEXT_ADDSEARCHENGINE 50172 // Context menu items in the bookmark bar #define IDC_BOOKMARK_BAR_OPEN_ALL 51000 |