Index: chrome/browser/sync/sessions/ordered_commit_set.h |
diff --git a/chrome/browser/sync/sessions/ordered_commit_set.h b/chrome/browser/sync/sessions/ordered_commit_set.h |
index bce2246cdea3d66a8efa2a07f3ebb6eba5f220f7..3c9118da16159327859730cc3efe794b725f0a26 100644 |
--- a/chrome/browser/sync/sessions/ordered_commit_set.h |
+++ b/chrome/browser/sync/sessions/ordered_commit_set.h |
@@ -40,6 +40,8 @@ class OrderedCommitSet { |
void AddCommitItem(const int64 metahandle, const syncable::Id& commit_id, |
syncable::ModelType type); |
+ void Clear(); |
+ |
const std::vector<syncable::Id>& GetAllCommitIds() const { |
return commit_ids_; |
} |