Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.h |
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
| index 0b714ec406baa1d2fb13518c16c3224fc18154b8..a9c32104a2531099c7d667b72499419bfb490958 100644 |
| --- a/chrome/browser/ui/views/frame/browser_view.h |
| +++ b/chrome/browser/ui/views/frame/browser_view.h |
| @@ -688,8 +688,8 @@ class BrowserView : public BrowserWindow, |
| // Helper class to listen for completion of first page load. |
| std::unique_ptr<LoadCompleteListener> load_complete_listener_; |
| - // The custom JumpList for Windows 7. |
| - scoped_refptr<JumpList> jumplist_; |
| + // The custom JumpList for Windows. |
| + JumpList* jumplist_ = nullptr; |
|
Peter Kasting
2017/06/12 22:21:54
I'm a fan of this kind of in-declaration initializ
grt (UTC plus 2)
2017/06/13 07:32:27
I agree with Peter here. Apologies for suggesting
chengx
2017/06/13 19:16:01
Done.
chengx
2017/06/13 19:16:01
I've landed crrev/2939583002 to apply the in-decla
|
| #endif |
| // The timer used to update frames for the Loading Animation. |