| Index: chrome/browser/ui/browser_init.h
|
| diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
|
| index 07e99e9828104bc5721f707e427b802839daabc7..746320c0acae509871ae24a846e673ed2b1bb8b8 100644
|
| --- a/chrome/browser/ui/browser_init.h
|
| +++ b/chrome/browser/ui/browser_init.h
|
| @@ -53,7 +53,7 @@ class BrowserInit {
|
| }
|
|
|
| template <class AutomationProviderClass>
|
| - static void CreateAutomationProvider(const std::string& channel_id,
|
| + static bool CreateAutomationProvider(const std::string& channel_id,
|
| Profile* profile,
|
| size_t expected_tabs);
|
|
|
|
|