| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 76851)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -772,6 +772,21 @@
|
| DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Sends a web keyboard event to the active browser window.
|
| + // Uses the JSON interface for input/output.
|
| + void SendKeyEventToActiveBrowserWindow(Browser* browser,
|
| + DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| + // Populates the fields of the event parameters with what is found
|
| + // on the args one.
|
| + // Common part of the SendKeyEventToActiveTab and
|
| + // SendKeyEventToActiveBrowserWindow methods.
|
| + bool BuildNativeWebKeyEventFromArgs(DictionaryValue* args,
|
| + IPC::Message* reply_message,
|
| + NativeWebKeyboardEvent* event);
|
| +
|
| +
|
| // Determines whether each relevant section of the NTP is in thumbnail mode.
|
| void GetNTPThumbnailMode(Browser* browser,
|
| DictionaryValue* args,
|
|
|