Get rid of unused API function WebViewClient:: didExecuteCommand
This patch gets rid of unused API function WebViewClient::didExecuteCommand(), which is used for counting part of |document.execCommand|. We provide another counter for |document.execCommand| which counts all commands and partial counter is no longer used. This patch is chromium/content part of removing API. Blink part is done by: http://src.chromium.org/viewvc/blink?view=rev&rev=174631 BUG=376154 TEST=n/a; no behavior changes Review URL: https://codereview.chromium.org/297333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273180 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment