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

Unified Diff: content/browser/quota_dispatcher_host.h

Issue 23567034: Merge 222026 "RequestQuotaDispatcher should handle unexpected de..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/src/
Patch Set: Created 7 years, 3 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 | content/browser/quota_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/quota_dispatcher_host.h
===================================================================
--- content/browser/quota_dispatcher_host.h (revision 223359)
+++ content/browser/quota_dispatcher_host.h (working copy)
@@ -60,6 +60,8 @@
IDMap<RequestDispatcher, IDMapOwnPointer> outstanding_requests_;
+ base::WeakPtrFactory<QuotaDispatcherHost> weak_factory_;
+
DISALLOW_IMPLICIT_CONSTRUCTORS(QuotaDispatcherHost);
};
« no previous file with comments | « no previous file | content/browser/quota_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698