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