Index: chrome/browser/sync/glue/model_associator.h |
diff --git a/chrome/browser/sync/glue/model_associator.h b/chrome/browser/sync/glue/model_associator.h |
index 70ff078ac8b1bd875fe5c19c601f379478c94526..3c1265982e79a0155a3120de69e667ed72905a42 100644 |
--- a/chrome/browser/sync/glue/model_associator.h |
+++ b/chrome/browser/sync/glue/model_associator.h |
@@ -39,11 +39,6 @@ class AssociatorInterface { |
// return false if an error occurred. |
virtual bool SyncModelHasUserCreatedNodes(bool* has_nodes) = 0; |
- // The has_nodes out parameter is set to true if the chrome model |
- // has user-created nodes. The method may return false if an error |
- // occurred. |
- virtual bool ChromeModelHasUserCreatedNodes(bool* has_nodes) = 0; |
- |
// Calling this method while AssociateModels() is in progress will |
// cause the method to exit early with a "false" return value. This |
// is useful for aborting model associations for shutdown. This |