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

Unified Diff: chrome/browser/sync/glue/typed_url_change_processor.h

Issue 8414043: Refactored TypedUrlChangeProcessor to treat ADD and UPDATE similarly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now set the page title in the integration test to ensure it is synced. Created 9 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/typed_url_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/typed_url_change_processor.h
diff --git a/chrome/browser/sync/glue/typed_url_change_processor.h b/chrome/browser/sync/glue/typed_url_change_processor.h
index 8f4d5550c3318b990d02c7328ab85f057c7a964e..e96ad5fc6b6fc8f5255a91d82b924df43ae1b8c8 100644
--- a/chrome/browser/sync/glue/typed_url_change_processor.h
+++ b/chrome/browser/sync/glue/typed_url_change_processor.h
@@ -108,7 +108,6 @@ class TypedUrlChangeProcessor : public ChangeProcessor,
// The set of pending changes that will be written out on the next
// CommitChangesFromSyncModel() call.
- TypedUrlModelAssociator::TypedUrlTitleVector pending_titles_;
TypedUrlModelAssociator::TypedUrlVector pending_new_urls_;
TypedUrlModelAssociator::TypedUrlUpdateVector pending_updated_urls_;
std::vector<GURL> pending_deleted_urls_;
« no previous file with comments | « no previous file | chrome/browser/sync/glue/typed_url_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698