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