diff options
Diffstat (limited to 'chrome/test/automation/automation_proxy.cc')
-rw-r--r-- | chrome/test/automation/automation_proxy.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc index 87ed3680..59303b6 100644 --- a/chrome/test/automation/automation_proxy.cc +++ b/chrome/test/automation/automation_proxy.cc @@ -241,6 +241,10 @@ void AutomationProxy::SignalNewTabUITab(int load_time) { ::SetEvent(new_tab_ui_load_complete_); } +bool AutomationProxy::SavePackageShouldPromptUser(bool should_prompt) { + return Send(new AutomationMsg_SavePackageShouldPromptUser(0, should_prompt)); +} + bool AutomationProxy::GetBrowserWindowCount(int* num_windows) { if (!num_windows) { NOTREACHED(); |