| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index adc8d95fdf9408146f163bb554e661fd0161bbe6..b2b572b5b5b728493adbb31c5932ac3ce2f500f3 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -100,6 +100,8 @@ class TestingProfile : public Profile {
|
|
|
| virtual void DestroyOffTheRecordProfile() {}
|
|
|
| + virtual bool HasOffTheRecordProfile() { return false; }
|
| +
|
| virtual Profile* GetOriginalProfile() { return this; }
|
| virtual webkit_database::DatabaseTracker* GetDatabaseTracker();
|
| virtual VisitedLinkMaster* GetVisitedLinkMaster() { return NULL; }
|
|
|