| Index: chrome/test/base/testing_profile.cc
|
| ===================================================================
|
| --- chrome/test/base/testing_profile.cc (revision 272613)
|
| +++ chrome/test/base/testing_profile.cc (working copy)
|
| @@ -260,7 +260,6 @@
|
| resource_context_(NULL),
|
| delegate_(delegate),
|
| policy_service_(policy_service.release()) {
|
| -
|
| // If no profile path was supplied, create one.
|
| if (profile_path_.empty()) {
|
| CreateTempProfileDir();
|
| @@ -832,18 +831,6 @@
|
| return GuestViewManager::FromBrowserContext(this);
|
| }
|
|
|
| -std::wstring TestingProfile::GetName() {
|
| - return std::wstring();
|
| -}
|
| -
|
| -std::wstring TestingProfile::GetID() {
|
| - return id_;
|
| -}
|
| -
|
| -void TestingProfile::SetID(const std::wstring& id) {
|
| - id_ = id;
|
| -}
|
| -
|
| bool TestingProfile::IsSameProfile(Profile *p) {
|
| return this == p;
|
| }
|
|
|