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

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

Issue 1126633005: Don't create a sync node when updating an URL that wasn't typed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 1a5bbdd4b6ed9ef53a831609c5c86526a370dc23..ce3ad2a1f55536c3ae22b367c87842c814327643 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.h
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.h
@@ -61,6 +61,9 @@ void DeleteUrlFromHistory(int index, const GURL& url);
// 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();

Powered by Google App Engine
This is Rietveld 408576698