diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 9341e40..43b6eef 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -58,9 +58,6 @@ class TestingProfile : public Profile { virtual FilePath GetPath() { return path_; } - virtual FilePath GetCachePath() { - return path_; - } // Sets whether we're off the record. Default is false. void set_off_the_record(bool off_the_record) { off_the_record_ = off_the_record; |