commit | 7284c6508f840128a86ebed19423157a10e7ed41 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 09 20:27:26 2008 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Sep 09 20:27:26 2008 |
tree | 2fc3766a295c258ef4360a26a7864c066596928c | |
parent | 90a91a8556fbf6d6d1d7f6e71ff0e4ddd6d708dd [diff] [blame] |
fill in a missing routine for MacOS Review URL: http://codereview.chromium.org/1673 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1923 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/webkit/glue/context_menu_client_impl.cc b/webkit/glue/context_menu_client_impl.cc index 9495cd4..03e32f5 100644 --- a/webkit/glue/context_menu_client_impl.cc +++ b/webkit/glue/context_menu_client_impl.cc
@@ -254,3 +254,8 @@ return false; // TODO(jackson): Eventually include the inspector context menu item } +#if defined(OS_MACOSX) +void ContextMenuClientImpl::searchWithSpotlight() { + // TODO(pinkerton): write this +} +#endif