Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6060)

Unified Diff: chrome/test/live_sync/live_bookmarks_sync_test.h

Issue 7171003: Performance tests for bookmark sync. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Adding TCM IDs Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/live_sync/live_bookmarks_sync_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/live_sync/live_bookmarks_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698