Index: chrome/browser/sync/glue/typed_url_model_associator.cc |
diff --git a/chrome/browser/sync/glue/typed_url_model_associator.cc b/chrome/browser/sync/glue/typed_url_model_associator.cc |
index f5c7e61460a35bce61074fd5e9924b2430b25fdc..3cca88aa4e3bc21de25ed451322f04da98dad4c3 100644 |
--- a/chrome/browser/sync/glue/typed_url_model_associator.cc |
+++ b/chrome/browser/sync/glue/typed_url_model_associator.cc |
@@ -231,13 +231,6 @@ bool TypedUrlModelAssociator::SyncModelHasUserCreatedNodes(bool* has_nodes) { |
return true; |
} |
-bool TypedUrlModelAssociator::ChromeModelHasUserCreatedNodes(bool* has_nodes) { |
- DCHECK(has_nodes); |
- // Assume the typed_url model always have user-created nodes. |
- *has_nodes = true; |
- return true; |
-} |
- |
int64 TypedUrlModelAssociator::GetSyncIdFromChromeId( |
const std::string typed_url) { |
TypedUrlToSyncIdMap::const_iterator iter = id_map_.find(typed_url); |