diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 02:22:45 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-18 02:22:45 +0000 |
commit | c8ced031ff61f75ebe05b3ac4d2a27ab8936fc18 (patch) | |
tree | ed66fddc646dbc15d034e36e93ab07d2d33d8c6b | |
parent | 7862dc229e31682d906c9b1cd4d3a7c2a81a6691 (diff) | |
download | chromium_src-c8ced031ff61f75ebe05b3ac4d2a27ab8936fc18.zip chromium_src-c8ced031ff61f75ebe05b3ac4d2a27ab8936fc18.tar.gz chromium_src-c8ced031ff61f75ebe05b3ac4d2a27ab8936fc18.tar.bz2 |
Fix my accidental change from r21037.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21038 0039d316-1c4b-4281-b951-d872f2087c98
-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; |