| 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 72dd13e7f11cac63a706021ee7800a862d489737..6388de47f366d052cf2b6c98a0546c62cbbb5260 100644
|
| --- a/chrome/browser/sync/glue/typed_url_model_associator.h
|
| +++ b/chrome/browser/sync/glue/typed_url_model_associator.h
|
| @@ -73,20 +73,14 @@ class TypedUrlModelAssociator
|
| // than the permanent tagged nodes.
|
| virtual bool SyncModelHasUserCreatedNodes(bool* has_nodes);
|
|
|
| - virtual void AbortAssociation() {
|
| - // TODO(zork): Implement this.
|
| - }
|
| + virtual void AbortAssociation();
|
|
|
| // Not implemented.
|
| - virtual const std::string* GetChromeNodeFromSyncId(int64 sync_id) {
|
| - return NULL;
|
| - }
|
| + virtual const std::string* GetChromeNodeFromSyncId(int64 sync_id);
|
|
|
| // Not implemented.
|
| virtual bool InitSyncNodeFromChromeId(const std::string& node_id,
|
| - sync_api::BaseNode* sync_node) {
|
| - return false;
|
| - }
|
| + sync_api::BaseNode* sync_node);
|
|
|
| // Returns the sync id for the given typed_url name, or sync_api::kInvalidId
|
| // if the typed_url name is not associated to any sync id.
|
|
|