diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index fe3848d..758b70f 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -30,10 +30,12 @@ class TestingProfile : public Profile { public: TestingProfile(); + // Creates a new profile by adding |count| to the end of the path. Use this // when you need to have more than one TestingProfile running at the same // time. explicit TestingProfile(int count); + virtual ~TestingProfile(); // Creates the history service. If |delete_file| is true, the history file is |