Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.cc

Issue 138063002: Remove an obsolete comment in chrome_browser_main_chromeos.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
index 618af72aa3837bcb4afd990e4140864dd76da6bb..2a2364bfec918e8e81cf563a06be666c2cfab4a3 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -752,10 +752,7 @@ void ChromeBrowserMainPartsChromeos::PostMainMessageLoopRun() {
KioskAppManager::Shutdown();
// We first call PostMainMessageLoopRun and then destroy UserManager, because
- // Ash needs to be closed before UserManager is destroyed. Also, on some tests
- // MergeSessionThrottle::ShouldShowMergeSessionPage gets triggered during
- // PostMainMessageLoopRun, which also requires UserManager to live (see
- // http://crbug.com/243364).
+ // Ash needs to be closed before UserManager is destroyed.
ChromeBrowserMainPartsLinux::PostMainMessageLoopRun();
// Called after
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698