diff options
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 23840cf..0c4f876 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -266,7 +266,7 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, void GetAutocompleteEditForBrowser(int browser_handle, bool* success, int* autocomplete_edit_handle); - void OpenNewBrowserWindow(bool show); + void OpenNewBrowserWindow(int show_command); void ShowInterstitialPage(int tab_handle, const std::string& html_text, |