| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 19980)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -180,6 +180,7 @@
|
| int handle,
|
| wchar_t key,
|
| int flags);
|
| + void SetWindowBounds(int handle, const gfx::Rect& bounds, bool* result);
|
| void SetWindowVisible(int handle, bool visible, bool* result);
|
| void IsWindowActive(int handle, bool* success, bool* is_active);
|
| void ActivateWindow(int handle);
|
|
|