| Index: chrome/browser/automation/automation_profile_impl.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_profile_impl.h (revision 30347)
|
| +++ chrome/browser/automation/automation_profile_impl.h (working copy)
|
| @@ -84,6 +84,9 @@
|
| virtual HistoryService* GetHistoryServiceWithoutCreating() {
|
| return original_profile_->GetHistoryServiceWithoutCreating();
|
| }
|
| + virtual SearchVersusNavigateClassifier* GetSearchVersusNavigateClassifier() {
|
| + return original_profile_->GetSearchVersusNavigateClassifier();
|
| + }
|
| virtual WebDataService* GetWebDataService(ServiceAccessType access) {
|
| return original_profile_->GetWebDataService(access);
|
| }
|
|
|