| Index: chrome/browser/tab_contents/tab_contents.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
|
| index 4b3360f7fa6eb9af5f073bf139b50793d3457bd5..de13654e1b16e33d493466ac3aa26225c104de6e 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents.cc
|
| @@ -257,7 +257,7 @@ TabContents::TabContents(Profile* profile,
|
| pending_install_.page_id = 0;
|
| pending_install_.callback_functor = NULL;
|
|
|
| -#if defined(LINUX2)
|
| +#if defined(OS_CHROMEOS)
|
| // Make sure the thumbnailer is started before starting the render manager.
|
| // The thumbnailer will want to listen for RVH creations, one of which will
|
| // happen in RVHManager::Init.
|
|
|