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

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

Issue 2787893003: [Sync] TypedUrlSyncableService should filter expired visits from local (Closed)
Patch Set: more verify Created 3 years, 9 months 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 2792559261f45d57202e26353c6aa698e4b9b2c2..3dfed3704d52350bebdef5d54ecaef6a87312222 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.h
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.h
@@ -69,6 +69,9 @@ void SetPageTitle(int index, const GURL& url, const std::string& title);
// Returns true if all clients have the same URLs.
bool CheckAllProfilesHaveSameURLs();
+// Return ture if a specific sync directory has the typed url.
+bool CheckSyncDirectoryHasURL(int index, const GURL& url);
+
// Checks that the two vectors contain the same set of URLRows (possibly in
// a different order).
bool CheckURLRowVectorsAreEqual(const history::URLRows& left,

Powered by Google App Engine
This is Rietveld 408576698