Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3675)

Unified Diff: chrome/browser/views/frame/browser_view.h

Issue 126082: Fix a crash when closing an incognito window (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 18427)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -391,7 +391,7 @@
scoped_ptr<BookmarkBarView> bookmark_bar_view_;
// The download shelf view (view at the bottom of the page).
- DownloadShelfView* download_shelf_;
+ scoped_ptr<DownloadShelfView> download_shelf_;
// The InfoBarContainer that contains InfoBars for the current tab.
InfoBarContainer* infobar_container_;
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698