| 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 ce3ad2a1f55536c3ae22b367c87842c814327643..1a5bbdd4b6ed9ef53a831609c5c86526a370dc23 100644
|
| --- a/chrome/browser/sync/test/integration/typed_urls_helper.h
|
| +++ b/chrome/browser/sync/test/integration/typed_urls_helper.h
|
| @@ -61,9 +61,6 @@
|
| // profile.
|
| void DeleteUrlsFromHistory(int index, const std::vector<GURL>& urls);
|
|
|
| -// Modifies an URL stored in history by setting a new title.
|
| -void SetPageTitle(int index, const GURL& url, const std::string& title);
|
| -
|
| // Returns true if all clients match the verifier profile.
|
| bool CheckAllProfilesHaveSameURLsAsVerifier();
|
|
|
|
|