diff options
Diffstat (limited to 'chrome/browser/automation/ui_controls.h')
-rw-r--r-- | chrome/browser/automation/ui_controls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/automation/ui_controls.h b/chrome/browser/automation/ui_controls.h index 19e215a..270e18d 100644 --- a/chrome/browser/automation/ui_controls.h +++ b/chrome/browser/automation/ui_controls.h @@ -97,6 +97,11 @@ void MoveMouseToCenterAndPress( int state, const base::Closure& task); +#if defined(TOOLKIT_VIEWS) +// Runs |closure| after processing all pending ui events. +void RunClosureAfterAllPendingUIEvents(const base::Closure& closure); +#endif + } // ui_controls #endif // CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_ |