| 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 8c330f94d79545b56f887b9a6711474de2bb2dad..9583afcd58fb87b8b0bfb08110112bcd5e8efe37 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -250,6 +250,7 @@ std::unique_ptr<content::ZoomLevelDelegate>
|
| OffTheRecordProfileImpl::CreateZoomLevelDelegate(
|
| const base::FilePath& partition_path) {
|
| return base::MakeUnique<ChromeZoomLevelOTRDelegate>(
|
| + GetPrefs(), GetPath(), partition_path,
|
| zoom::ZoomEventManager::GetForBrowserContext(this)->GetWeakPtr());
|
| }
|
|
|
|
|