| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index f881ccefa2c2f2fa604b559cc9845a50778eccce..2005d198a9f4d1ec90a8dde300b8e13c89d5db6a 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -248,12 +248,6 @@ void TestingProfile::FinishInit() {
|
| }
|
|
|
| TestingProfile::~TestingProfile() {
|
| - DCHECK(content::NotificationService::current());
|
| - content::NotificationService::current()->Notify(
|
| - chrome::NOTIFICATION_PROFILE_DESTROYED,
|
| - content::Source<Profile>(static_cast<Profile*>(this)),
|
| - content::NotificationService::NoDetails());
|
| -
|
| profile_dependency_manager_->DestroyProfileServices(this);
|
|
|
| if (host_content_settings_map_)
|
|
|