Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 3161bfff139729270dc8885824f88d345d7100d9..823450103c291fc932370f963c2fa41c443e5eb6 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -204,6 +204,7 @@ class TestingProfile : public Profile { |
void set_incognito(bool incognito) { incognito_ = incognito; } |
// Assumes ownership. |
virtual void SetOffTheRecordProfile(Profile* profile); |
+ virtual void SetOriginalProfile(Profile* profile); |
virtual Profile* GetOffTheRecordProfile() OVERRIDE; |
virtual void DestroyOffTheRecordProfile() OVERRIDE {} |
virtual bool HasOffTheRecordProfile() OVERRIDE; |
@@ -327,6 +328,7 @@ class TestingProfile : public Profile { |
bool incognito_; |
scoped_ptr<Profile> incognito_profile_; |
+ Profile* original_profile_; |
// Did the last session exit cleanly? Default is true. |
bool last_session_exited_cleanly_; |