Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc |
=================================================================== |
--- chrome/browser/chromeos/chrome_browser_main_chromeos.cc (revision 170577) |
+++ chrome/browser/chromeos/chrome_browser_main_chromeos.cc (working copy) |
@@ -653,10 +653,6 @@ |
// Delete ContactManager while |g_browser_process| is still alive. |
contact_manager_.reset(); |
- // Let the UserManager unregister itself as an observer of the CrosSettings |
- // singleton before it is destroyed. |
- UserManager::Get()->Shutdown(); |
- |
ChromeBrowserMainPartsLinux::PostMainMessageLoopRun(); |
} |