Chromium Code Reviews| Index: chrome/browser/ui/browser_init.h |
| =================================================================== |
| --- chrome/browser/ui/browser_init.h (revision 65589) |
| +++ chrome/browser/ui/browser_init.h (working copy) |
| @@ -53,7 +53,7 @@ |
| } |
| 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); |