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

Unified Diff: trunk/src/chrome/test/perf/generate_profile.h

Issue 19637009: Revert 212459 "Remove TextDatabase from the history service." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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: trunk/src/chrome/test/perf/generate_profile.h
===================================================================
--- trunk/src/chrome/test/perf/generate_profile.h (revision 212472)
+++ trunk/src/chrome/test/perf/generate_profile.h (working copy)
@@ -14,7 +14,8 @@
// Addition types data can be generated for. By default only urls/visits are
// added.
enum GenerateProfileTypes {
- TOP_SITES = 1 << 0
+ TOP_SITES = 1 << 0,
+ FULL_TEXT = 1 << 1
};
// Generates a user profile and history by psuedo-randomly generating data and
« no previous file with comments | « trunk/src/chrome/test/data/History/url_history_provider_test.db.txt ('k') | trunk/src/chrome/test/perf/generate_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698