From 90085af068d552aa301e2ea7408cb6847cdc591e Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Thu, 29 Oct 2009 17:53:21 +0000 Subject: Factor search vs. navigate classification into its own file to make it more broadly usable. Patch by Thiago Farina (see http://codereview.chromium.org/328031 ), r=me. BUG=21317 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30473 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/test') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 8791295..adbb7dd4 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -98,6 +98,9 @@ class TestingProfile : public Profile { void set_has_history_service(bool has_history_service) { has_history_service_ = has_history_service; } + virtual SearchVersusNavigateClassifier* GetSearchVersusNavigateClassifier() { + return NULL; + } virtual WebDataService* GetWebDataService(ServiceAccessType access) { return NULL; } -- cgit v1.1