diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-05 09:26:08 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-05 09:26:08 +0000 |
commit | c8a7266a5d9b9c9ff798def26d7f3bedd4b46713 (patch) | |
tree | 180ed72a3d13604088ce8e8be6b4673d9acd5a39 /chrome/app/chrome_command_ids.h | |
parent | 5758a947293b9429378f1782f808567ccde38ea5 (diff) | |
download | chromium_src-c8a7266a5d9b9c9ff798def26d7f3bedd4b46713.zip chromium_src-c8a7266a5d9b9c9ff798def26d7f3bedd4b46713.tar.gz chromium_src-c8a7266a5d9b9c9ff798def26d7f3bedd4b46713.tar.bz2 |
Integrate the Spelling service to Chrome.
This change integrates the Spelling service (a.k.a. "Did you mean") to a context-menu of Chrome so we can see the spell-check result retrieved from the Spelling service. This change sends a JSON-RPC request to the service in the background and update a context-menu item while showing to prevent junkiness.
BUG=29191,93746
TEST=right-click a misspelled word and see it is updated.
Review URL: http://codereview.chromium.org/7713033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99633 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 b3cad45..ee27d73 100644 --- a/chrome/app/chrome_command_ids.h +++ b/chrome/app/chrome_command_ids.h @@ -265,6 +265,7 @@ #define IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS 50153 #define IDC_CONTENT_CONTEXT_LOOK_UP_IN_DICTIONARY 50154 #define IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS 50155 +#define IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION 50156 // Frame items. #define IDC_CONTENT_CONTEXT_RELOADFRAME 50160 #define IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE 50161 |