Index: chrome/test/live_sync/live_bookmarks_sync_test.h |
diff --git a/chrome/test/live_sync/live_bookmarks_sync_test.h b/chrome/test/live_sync/live_bookmarks_sync_test.h |
index e568af32f0d0a17a8ea2f79dd327b8a063bb9b26..0cac26a8cb8b6eec376f6cb7356689efeec56aed 100644 |
--- a/chrome/test/live_sync/live_bookmarks_sync_test.h |
+++ b/chrome/test/live_sync/live_bookmarks_sync_test.h |
@@ -162,6 +162,21 @@ class LiveBookmarksSyncTest : public LiveSyncTest { |
// Creates a unique favicon using |seed|. |
static std::vector<unsigned char> CreateFavicon(int seed); |
+ // Returns a URL identifiable by |i|. |
+ static std::string IndexedURL(int i); |
+ |
+ // Returns a URL title identifiable by |i|. |
+ static std::wstring IndexedURLTitle(int i); |
+ |
+ // Returns a folder name identifiable by |i|. |
+ static std::wstring IndexedFolderName(int i); |
+ |
+ // Returns a subfolder name identifiable by |i|. |
+ static std::wstring IndexedSubfolderName(int i); |
+ |
+ // Returns a subsubfolder name identifiable by |i|. |
+ static std::wstring IndexedSubsubfolderName(int i); |
+ |
private: |
// Helper object that has the functionality to verify changes made to the |
// bookmarks of individual profiles. |