| Index: chrome/browser/automation/ui_controls_win.cc
|
| ===================================================================
|
| --- chrome/browser/automation/ui_controls_win.cc (revision 23591)
|
| +++ chrome/browser/automation/ui_controls_win.cc (working copy)
|
| @@ -300,7 +300,8 @@
|
| return SendKeyPressImpl(key, control, shift, alt, NULL);
|
| }
|
|
|
| -bool SendKeyPressNotifyWhenDone(wchar_t key, bool control, bool shift,
|
| +bool SendKeyPressNotifyWhenDone(gfx::NativeWindow window, wchar_t key,
|
| + bool control, bool shift,
|
| bool alt, Task* task) {
|
| return SendKeyPressImpl(key, control, shift, alt, task);
|
| }
|
|
|