Chromium Code Reviews| Index: chrome/browser/sync/test/integration/bookmarks_helper.h |
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.h b/chrome/browser/sync/test/integration/bookmarks_helper.h |
| index 5d8fa92c1778372a3dc3ae879a6b2d64c286c5ba..9c135578c355a5c041352ff8ca49f1defcd3caf9 100644 |
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.h |
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.h |
| @@ -29,6 +29,8 @@ const BookmarkNode* GetBookmarkBarNode(int index) WARN_UNUSED_RESULT; |
| // Used to access the "other bookmarks" node within a particular sync profile. |
| const BookmarkNode* GetOtherNode(int index) WARN_UNUSED_RESULT; |
|
Raghu Simha
2012/03/02 04:24:29
nit: add a brief comment here.
Nicolas Zea
2012/03/02 22:35:14
Done.
|
| +const BookmarkNode* GetSyncedBookmarksNode(int index) WARN_UNUSED_RESULT; |
| + |
| // Used to access the bookmarks within the verifier sync profile. |
| BookmarkModel* GetVerifierBookmarkModel() WARN_UNUSED_RESULT; |