| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 1d00e401fce351ffa4346aa9a86d312cef40c9da..d2b945d644bf1b0ecbcab80365ab35a46a1dbe3c 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -1250,7 +1250,7 @@ void ChromeBrowserMainParts::PreBrowserStart() {
|
|
|
| // Start the tab manager here so that we give the most amount of time for the
|
| // other services to start up before we start adjusting the oom priority.
|
| -#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| g_browser_process->GetTabManager()->Start();
|
| #endif
|
| }
|
|
|