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

Side by Side Diff: components/omnibox/browser/history_test_util.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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef COMPONENTS_OMNIBOX_BROWSER_HISTORY_TEST_UTIL_H_
6 #define COMPONENTS_OMNIBOX_BROWSER_HISTORY_TEST_UTIL_H_
7
8 namespace sql {
9 class Connection;
10 } // namespace sql
11
12 namespace history {
13
14 class HistoryDatabase;
15 class URLRow;
16
17 void AddFakeURLToHistoryDB(HistoryDatabase* history_db, const URLRow& url_row);
18
19 } // namespace history
20
21 #endif // COMPONENTS_OMNIBOX_BROWSER_HISTORY_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « components/omnibox/browser/history_quick_provider_unittest.cc ('k') | components/omnibox/browser/history_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698