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

Unified Diff: components/omnibox/browser/in_memory_url_index.h

Issue 2300323003: Adding performance tests for HQP that represent importance of optimising HistoryItemsForTerms method (Closed)
Patch Set: Review, round 4. Created 4 years, 1 month 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 | « components/omnibox/browser/history_test_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/omnibox/browser/in_memory_url_index.h
diff --git a/components/omnibox/browser/in_memory_url_index.h b/components/omnibox/browser/in_memory_url_index.h
index 3b0fa4175196156b107e88f4bfe1cb4e48103c01..a9ed88893fc58dec2653d02a64dd878fa3d80f5c 100644
--- a/components/omnibox/browser/in_memory_url_index.h
+++ b/components/omnibox/browser/in_memory_url_index.h
@@ -47,6 +47,7 @@ class InMemoryURLIndexCacheItem;
namespace history {
class HistoryDatabase;
class HistoryService;
+class HQPPerfTestOnePopularURL;
}
class URLIndexPrivateData;
@@ -148,6 +149,7 @@ class InMemoryURLIndex : public KeyedService,
private:
friend class ::HistoryQuickProviderTest;
+ friend class history::HQPPerfTestOnePopularURL;
friend class InMemoryURLIndexTest;
friend class InMemoryURLIndexCacheTest;
FRIEND_TEST_ALL_PREFIXES(InMemoryURLIndexTest, ExpireRow);
« no previous file with comments | « components/omnibox/browser/history_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698