| Index: chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
| diff --git a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
| index 94103afa89a76c2a6d225be97eec364bea5af6df..835567791cb28791ad33add8594b8ee9c8c70f0b 100644
|
| --- a/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
| +++ b/chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc
|
| @@ -92,6 +92,7 @@ void ChromeBrowserMainExtraPartsViewsLinux::PreCreateThreads() {
|
| }
|
|
|
| void ChromeBrowserMainExtraPartsViewsLinux::PreProfileInit() {
|
| + ChromeBrowserMainExtraPartsViews::PreProfileInit();
|
| // On the Linux desktop, we want to prevent the user from logging in as root,
|
| // so that we don't destroy the profile. Now that we have some minimal ui
|
| // initialized, check to see if we're running as root and bail if we are.
|
|
|