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

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

Issue 7590007: Sync performance tests: take timings with autofill keys in addition to profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: modify trace labels for performance graphs Created 9 years, 4 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
Index: chrome/test/live_sync/autofill_helper.h
diff --git a/chrome/test/live_sync/autofill_helper.h b/chrome/test/live_sync/autofill_helper.h
index 0ad8f7ae0d26d38d64938c377a2833a86289fdd1..fd2bf60f84a865d3b62497a0b0af4b6cc09843fe 100644
--- a/chrome/test/live_sync/autofill_helper.h
+++ b/chrome/test/live_sync/autofill_helper.h
@@ -78,6 +78,9 @@ const std::vector<AutofillProfile*>& GetAllProfiles(
// |profile|.
int GetProfileCount(int profile);
+// Returns the number of autofill keys contained by sync profile |profile|.
+int GetKeyCount(int profile);
+
// Compares the Autofill profiles in the PersonalDataManagers of sync profiles
// |profile_a| and |profile_b|. Returns true if they match.
bool ProfilesMatch(int profile_a, int profile_b) WARN_UNUSED_RESULT;
« no previous file with comments | « no previous file | chrome/test/live_sync/autofill_helper.cc » ('j') | chrome/test/live_sync/performance/autofill_sync_perf_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698