| Index: chrome/browser/automation/ui_controls.h
|
| ===================================================================
|
| --- chrome/browser/automation/ui_controls.h (revision 113187)
|
| +++ chrome/browser/automation/ui_controls.h (working copy)
|
| @@ -97,6 +97,11 @@
|
| 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_
|
|
|