Index: chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc |
diff --git a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc |
index e43930a79fb1d970d58f5f1ff3ed5b1ecf254318..881bc22c69017a59b9e01765ff9704c346e8de13 100644 |
--- a/chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc |
+++ b/chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc |
@@ -345,10 +345,7 @@ void OwnerSettingsServiceChromeOS::Observe( |
const content::NotificationSource& source, |
const content::NotificationDetails& details) { |
DCHECK(thread_checker_.CalledOnValidThread()); |
- if (type != chrome::NOTIFICATION_PROFILE_CREATED) { |
- NOTREACHED(); |
- return; |
- } |
+ DCHECK_EQ(chrome::NOTIFICATION_PROFILE_CREATED, type); |
Profile* profile = content::Source<Profile>(source).ptr(); |
if (profile != profile_) { |