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

Unified Diff: content/browser/appcache/appcache_request.cc

Issue 2911983004: Replace deprecated base::NonThreadSafe in content/browser/appcache in favor of SequenceChecker. (Closed)
Patch Set: Created 3 years, 7 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 | « content/browser/appcache/appcache_request.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/appcache/appcache_request.cc
diff --git a/content/browser/appcache/appcache_request.cc b/content/browser/appcache/appcache_request.cc
index 62c6d74e8cf63cdaa743a364f96ed2cd2b984a23..6fc31ecd14441e3b19878da983dab8fc4abf3c80 100644
--- a/content/browser/appcache/appcache_request.cc
+++ b/content/browser/appcache/appcache_request.cc
@@ -8,6 +8,10 @@
namespace content {
+AppCacheRequest::~AppCacheRequest() {
+ DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
+}
+
// static
bool AppCacheRequest::IsSchemeAndMethodSupportedForAppCache(
const AppCacheRequest* request) {
« no previous file with comments | « content/browser/appcache/appcache_request.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698