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

Unified Diff: chrome/browser/download/download_permission_request.h

Issue 1052273005: Fix DownloadPermissionRequest crash when host_ disappears (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/download/download_permission_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_permission_request.h
diff --git a/chrome/browser/download/download_permission_request.h b/chrome/browser/download/download_permission_request.h
index b067d4dcea174242064b25437aec9ab150ae0877..14c3afe7aadde47d1feb00f73aabb5862476d09b 100644
--- a/chrome/browser/download/download_permission_request.h
+++ b/chrome/browser/download/download_permission_request.h
@@ -33,6 +33,7 @@ class DownloadPermissionRequest : public PermissionBubbleRequest {
private:
base::WeakPtr<DownloadRequestLimiter::TabDownloadState> host_;
+ GURL request_url_;
DISALLOW_COPY_AND_ASSIGN(DownloadPermissionRequest);
};
« no previous file with comments | « no previous file | chrome/browser/download/download_permission_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698