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

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

Issue 16951015: Remove TextDatabase from the history service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_fts
Patch Set: Created 7 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
Index: chrome/test/perf/generate_profile.h
diff --git a/chrome/test/perf/generate_profile.h b/chrome/test/perf/generate_profile.h
index 85a2858f39afe97134eda3e0fa2d79fc82a6220a..fe1cfbf71fef913a0433e49c9a4fdb8d27114a4a 100644
--- a/chrome/test/perf/generate_profile.h
+++ b/chrome/test/perf/generate_profile.h
@@ -14,8 +14,7 @@ class FilePath;
// Addition types data can be generated for. By default only urls/visits are
// added.
enum GenerateProfileTypes {
- TOP_SITES = 1 << 0,
- FULL_TEXT = 1 << 1
+ TOP_SITES = 1 << 0
};
// Generates a user profile and history by psuedo-randomly generating data and

Powered by Google App Engine
This is Rietveld 408576698