| Index: chrome/test/testing_profile.h
|
| ===================================================================
|
| --- chrome/test/testing_profile.h (revision 30347)
|
| +++ chrome/test/testing_profile.h (working copy)
|
| @@ -98,6 +98,9 @@
|
| 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;
|
| }
|
|
|