diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 3472e52..fe3848d 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -72,6 +72,9 @@ class TestingProfile : public Profile { virtual Profile* GetOffTheRecordProfile() { return NULL; } + + virtual void DestroyOffTheRecordProfile() {} + virtual Profile* GetOriginalProfile() { return this; } |