Index: chrome/browser/sync/test/integration/typed_urls_helper.h |
diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.h b/chrome/browser/sync/test/integration/typed_urls_helper.h |
index a9e46467ca8c4cd6c4a07154e48a4c27cba15442..d63bbdf6efe64e4393fa85bb4aaaec2f341dad94 100644 |
--- a/chrome/browser/sync/test/integration/typed_urls_helper.h |
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.h |
@@ -53,6 +53,10 @@ void AddUrlToHistoryWithTimestamp(int index, |
// Deletes a URL from the history DB for a specific sync profile. |
void DeleteUrlFromHistory(int index, const GURL& url); |
+// Deletes a list of URLs from the history DB for a specific sync |
+// profile. |
+void DeleteUrlsFromHistory(int index, const std::vector<GURL>& urls); |
+ |
// Returns true if all clients match the verifier profile. |
void AssertAllProfilesHaveSameURLsAsVerifier(); |