Index: chrome/browser/browsing_data/browsing_data_remover_browsertest.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc |
index 39b2a200386afc8613a09d688f2d96101c3c5e8c..0568a57160296a86742bbea4e001fbdacea287ca 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc |
@@ -112,3 +112,8 @@ IN_PROC_BROWSER_TEST_F(BrowsingDataRemoverBrowserTest, Database) { |
RunScriptAndCheckResult(L"insertRecord('text2')", "done"); |
RunScriptAndCheckResult(L"getRecords()", "text2"); |
} |
+ |
+// Profile::ClearNetworkingHistorySince should be exercised here too see whether |
+// the call gets delegated through ProfileIO[Impl]Data properly, which is hard |
+// to write unit-tests for. Currently this is done by both of the above tests. |
+// Add standalone test if this changes. |