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

Unified Diff: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc

Issue 14066013: Revert 194348 "Part of multiprofile implementation." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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
Index: trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (revision 194361)
+++ trunk/src/chrome/browser/chromeos/login/user_manager_impl.cc (working copy)
@@ -723,7 +723,6 @@
!IsLoggedInAsLocallyManagedUser()) {
Profile* profile = content::Source<Profile>(source).ptr();
if (!profile->IsOffTheRecord() &&
- // TODO(nkostylev): We should observe all logged in user's profiles.
profile == ProfileManager::GetDefaultProfile()) {
DCHECK(NULL == observed_sync_service_);
observed_sync_service_ =

Powered by Google App Engine
This is Rietveld 408576698