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