Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: chrome/browser/sync/test/integration/typed_urls_helper.h

Issue 8890089: [Sync] Add HistoryService::DeleteURLsForTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698