Index: trunk/src/chrome/browser/profiles/profile.cc |
=================================================================== |
--- trunk/src/chrome/browser/profiles/profile.cc (revision 201976) |
+++ trunk/src/chrome/browser/profiles/profile.cc (working copy) |
@@ -167,8 +167,7 @@ |
// 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 || |
- first_run::DidPerformProfileImport(NULL); |
+ PrefService::INITIALIZATION_STATUS_CREATED_NEW_PREF_STORE; |
} |
bool Profile::IsSyncAccessible() { |