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 ade048d89a01e0aeb9cf5c089a27b65519df075e..41ebdca825be1f80cba9fe10682eddf8e4c294fb 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -264,19 +264,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_; |
} |