Index: chrome/browser/profiles/off_the_record_profile_impl.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc |
index 57503472ba4a4c2d77806c26977ac1ebe454dbdd..74a1aaf069a7293104b2447c721421f972f9451e 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -247,19 +247,6 @@ history::ShortcutsBackend* OffTheRecordProfileImpl::GetShortcutsBackend() { |
return NULL; |
} |
-WebDataService* OffTheRecordProfileImpl::GetWebDataService( |
- ServiceAccessType sat) { |
- if (sat == EXPLICIT_ACCESS) |
- return profile_->GetWebDataService(sat); |
- |
- NOTREACHED() << "This profile is OffTheRecord"; |
- return NULL; |
-} |
- |
-WebDataService* OffTheRecordProfileImpl::GetWebDataServiceWithoutCreating() { |
- return profile_->GetWebDataServiceWithoutCreating(); |
-} |
- |
PrefService* OffTheRecordProfileImpl::GetPrefs() { |
return prefs_; |
} |