Index: chrome/test/testing_profile.cc |
=================================================================== |
--- chrome/test/testing_profile.cc (revision 92309) |
+++ chrome/test/testing_profile.cc (working copy) |
@@ -367,10 +367,6 @@ |
return std::string("testing_profile"); |
} |
-ProfileId TestingProfile::GetRuntimeId() { |
- return reinterpret_cast<ProfileId>(this); |
-} |
- |
bool TestingProfile::IsOffTheRecord() { |
return incognito_; |
} |
@@ -797,12 +793,3 @@ |
web_data_service_->Shutdown(); |
} |
- |
-DerivedTestingProfile::DerivedTestingProfile(Profile* profile) |
- : original_profile_(profile) {} |
- |
-DerivedTestingProfile::~DerivedTestingProfile() {} |
- |
-ProfileId DerivedTestingProfile::GetRuntimeId() { |
- return original_profile_->GetRuntimeId(); |
-} |