| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b7f887b6929bfd6db43d5b01512c1fc8cd4a8f54..df2c1353adc183e54e451dc4b530687c3b5bc5e1 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -182,6 +182,10 @@ class TestingProfile : public Profile {
|
| // loading.
|
| void CreateTopSites();
|
|
|
| + // Allows to set a test implementation |top_sites|. Testing profile owns
|
| + // the reference and is responsible for releasing memory.
|
| + void SetTopSites(history::TopSites* top_sites);
|
| +
|
| // Shuts down and nulls out the reference to TopSites.
|
| void DestroyTopSites();
|
|
|
|
|