| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 94914)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -1987,7 +1987,7 @@
|
| // Create a custom JumpList and add it to an observer of TabRestoreService
|
| // so we can update the custom JumpList when a tab is added or removed.
|
| if (JumpList::Enabled()) {
|
| - jumplist_.reset(new JumpList);
|
| + jumplist_ = new JumpList();
|
| jumplist_->AddObserver(browser_->profile());
|
| }
|
|
|
|
|