| Index: chrome/browser/browser_init.h
|
| diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
|
| index e37ab6909b9b8fce87516bc1271e60678d89aa72..909df4f598f907a061243366fa51db0f1eae3db5 100644
|
| --- a/chrome/browser/browser_init.h
|
| +++ b/chrome/browser/browser_init.h
|
| @@ -102,12 +102,10 @@ class BrowserInit {
|
| Profile* profile, const std::wstring& cur_dir,
|
| bool process_startup, int* return_code);
|
|
|
| -#if defined(OS_WIN)
|
| template <class AutomationProviderClass>
|
| static void CreateAutomationProvider(const std::wstring& channel_id,
|
| Profile* profile,
|
| size_t expected_tabs);
|
| -#endif
|
|
|
| private:
|
| // Does the work of LaunchBrowser returning the result.
|
|
|