| 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,
|
|
|