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

Unified Diff: chrome/browser/renderer_host/resource_request_details.h

Issue 155204: Fix a leak of the new location GURL by NotificationTask when doing a redirect... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | tools/valgrind/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/resource_request_details.h
===================================================================
--- chrome/browser/renderer_host/resource_request_details.h (revision 20081)
+++ chrome/browser/renderer_host/resource_request_details.h (working copy)
@@ -41,7 +41,7 @@
filter_policy_ = info->filter_policy;
}
- ~ResourceRequestDetails() { }
+ virtual ~ResourceRequestDetails() { }
const GURL& url() const { return url_; }
const GURL& original_url() const { return original_url_; }
« no previous file with comments | « no previous file | tools/valgrind/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698