diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 21:28:11 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-26 21:28:11 +0000 |
commit | 97d0b9e24a70d04d51242f8c7b3a587a5ba6444f (patch) | |
tree | bd4c4c91e0241cea85b2b6850d42324d3d246eb3 /chrome/browser/automation/testing_automation_provider.h | |
parent | 3e1cde62becabdb60f92914b7baaa3f1db71b1e0 (diff) | |
download | chromium_src-97d0b9e24a70d04d51242f8c7b3a587a5ba6444f.zip chromium_src-97d0b9e24a70d04d51242f8c7b3a587a5ba6444f.tar.gz chromium_src-97d0b9e24a70d04d51242f8c7b3a587a5ba6444f.tar.bz2 |
Use content instead of WebKit for synthesizing keycodes
Also removes unused automation provider code related to key synthesis.
BUG=237267
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/20581002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.h')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h index 7aad785..a095c56 100644 --- a/chrome/browser/automation/testing_automation_provider.h +++ b/chrome/browser/automation/testing_automation_provider.h @@ -579,18 +579,6 @@ class TestingAutomationProvider : public AutomationProvider, std::string* error, content::NativeWebKeyboardEvent* event); - // Populates the fields of the event parameter with default data, except for - // the specified key type and key code. - void BuildSimpleWebKeyEvent(WebKit::WebInputEvent::Type type, - int windows_key_code, - content::NativeWebKeyboardEvent* event); - - // Sends a key press event using the given key code to the specified tab. - // A key press is a combination of a "key down" event and a "key up" event. - // This function does not wait before returning. - void SendWebKeyPressEventAsync(int key_code, - content::WebContents* web_contents); - // Launches the specified app from the currently-selected tab. void LaunchApp(Browser* browser, base::DictionaryValue* args, |