Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 2644b994b4ef517b5352846e2b5de08603e3599c..00782d0fae8d34cc9771a2cdbd5f2976853aab6c 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -182,7 +182,7 @@ class TestingProfile : public Profile { |
// Shuts down and nulls out the reference to TopSites. |
void DestroyTopSites(); |
- // Creates the BookmkarBarModel. If not invoked the bookmark bar model is |
+ // Creates the BookmarkBarModel. If not invoked the bookmark bar model is |
// NULL. If |delete_file| is true, the bookmarks file is deleted first, then |
// the model is created. As TestingProfile deletes the directory containing |
// the files used by HistoryService, the boolean only matters if you're |
@@ -347,6 +347,9 @@ class TestingProfile : public Profile { |
virtual void ClearNetworkingHistorySince( |
base::Time time, |
const base::Closure& completion) OVERRIDE; |
+ virtual void ClearDomainReliabilityMonitor( |
+ bool clear_contexts, |
+ const base::Closure& completion) OVERRIDE; |
virtual GURL GetHomePage() OVERRIDE; |
virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; |