Chromium Code Reviews| Index: chrome/browser/tabs/tab_strip_selection_model.h |
| diff --git a/chrome/browser/tabs/tab_strip_selection_model.h b/chrome/browser/tabs/tab_strip_selection_model.h |
| index 9ce76186ff110363015972f47377487d0a611c47..15a0afd0f84c2083e010470c1cb9c76d8faab320 100644 |
| --- a/chrome/browser/tabs/tab_strip_selection_model.h |
| +++ b/chrome/browser/tabs/tab_strip_selection_model.h |
| @@ -95,6 +95,9 @@ class TabStripSelectionModel { |
| // Copies the selection from |source| to this. |
| void Copy(const TabStripSelectionModel& source); |
| + // Compares this selection with |rhs|. |
| + bool Equals(const TabStripSelectionModel& rhs) const; |
|
sky
2011/06/03 15:35:56
Add a test for coverage of this.
|
| + |
| private: |
| SelectedIndices selected_indices_; |