Index: chrome/browser/sync/glue/typed_url_model_associator.h |
diff --git a/chrome/browser/sync/glue/typed_url_model_associator.h b/chrome/browser/sync/glue/typed_url_model_associator.h |
index 87de4e507b55910279e6c7ae516504778ce129e5..e875ecc02075b51072d7976563dbbb930a84786a 100644 |
--- a/chrome/browser/sync/glue/typed_url_model_associator.h |
+++ b/chrome/browser/sync/glue/typed_url_model_associator.h |
@@ -166,6 +166,11 @@ class TypedUrlModelAssociator |
// association map. |
bool IsAssociated(const std::string& node_tag); |
+ // Helper function that determines if we should ignore a URL for the purposes |
+ // of sync, because it's import-only. |
+ bool ShouldIgnoreUrl(const history::URLRow& url, |
+ const history::VisitVector& visits); |
+ |
ProfileSyncService* sync_service_; |
history::HistoryBackend* history_backend_; |
int64 typed_url_node_id_; |