summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index c2bdba3..38008d0 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -143,6 +143,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
void GetWindowHWND(int handle, HWND* win32_handle);
#endif // defined(OS_WIN)
void ExecuteBrowserCommand(int handle, int command, bool* success);
+ void ExecuteBrowserCommandWithNotification(int handle, int command,
+ IPC::Message* reply_message);
void WindowGetViewBounds(int handle, int view_id, bool screen_coordinates,
bool* success, gfx::Rect* bounds);
#if defined(OS_WIN)