| 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 96564a65c136706d95e9ad534dd4a2a6387f495d..f16791a24d6aa0cfb5d80cfe2da2ef40e1fefff9 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -366,10 +366,6 @@ void OffTheRecordProfileImpl::InitPromoResources() {
|
| NOTREACHED();
|
| }
|
|
|
| -void OffTheRecordProfileImpl::InitRegisteredProtocolHandlers() {
|
| - NOTREACHED();
|
| -}
|
| -
|
| FilePath OffTheRecordProfileImpl::last_selected_directory() {
|
| const FilePath& directory = last_selected_directory_;
|
| if (directory.empty()) {
|
|
|