Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.cc |
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
| index 9b2ca0d0d4f32b231024ea9e99af548a24f248f5..79e75d2284c31b4b8e587a6686744228e1e7fca0 100644 |
| --- a/chrome/browser/chrome_content_browser_client.cc |
| +++ b/chrome/browser/chrome_content_browser_client.cc |
| @@ -892,7 +892,7 @@ content::BrowserMainParts* ChromeContentBrowserClient::CreateBrowserMainParts( |
| // Construct additional browser parts. Stages are called in the order in |
| // which they are added. |
| #if defined(TOOLKIT_VIEWS) |
| -#if defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && !defined(USE_OZONE) |
| main_parts->AddParts(new ChromeBrowserMainExtraPartsViewsLinux()); |
|
Tom (Use chromium acct)
2016/10/17 23:40:52
I'm a bit worried about this. ChromeBrowserMainEx
tonikitoo
2016/10/18 04:55:06
Here are the reasons to originally ifdef'out the g
|
| #else |
| main_parts->AddParts(new ChromeBrowserMainExtraPartsViews()); |