diff options
Diffstat (limited to 'chrome/test/perf/generate_profile.cc')
-rw-r--r-- | chrome/test/perf/generate_profile.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/perf/generate_profile.cc b/chrome/test/perf/generate_profile.cc index d3484b5..b3fcf66 100644 --- a/chrome/test/perf/generate_profile.cc +++ b/chrome/test/perf/generate_profile.cc @@ -114,11 +114,6 @@ string16 ConstructRandomTitle() { return RandomWords(RandomInt(3, 15)); } -// Return a random string that could function as page contents. -string16 ConstructRandomPage() { - return RandomWords(RandomInt(10, 4000)); -} - // Insert a batch of |batch_size| URLs, starting at pageid |page_id|. void InsertURLBatch(Profile* profile, int page_id, |