Index: trunk/src/chrome/browser/profiles/profile.cc |
=================================================================== |
--- trunk/src/chrome/browser/profiles/profile.cc (revision 201967) |
+++ trunk/src/chrome/browser/profiles/profile.cc (working copy) |
@@ -167,7 +167,8 @@ |
// TODO(dconnelly): revisit this when crbug.com/22142 (unifying the profile |
// import code) is fixed. |
return GetOriginalProfile()->GetPrefs()->GetInitializationStatus() == |
- PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE; |
+ PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE || |
+ first_run::DidPerformProfileImport(NULL); |
} |
bool Profile::IsSyncAccessible() { |