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

Unified Diff: content/test/weburl_loader_mock.h

Issue 293003004: Prevents WebURLLoaderMock to crash when didReceiveResponse calls ::cancel(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_chrame
Patch Set: remove changes from other cl Created 6 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 | « no previous file | content/test/weburl_loader_mock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/weburl_loader_mock.h
diff --git a/content/test/weburl_loader_mock.h b/content/test/weburl_loader_mock.h
index ba2c078ad76277b3e5b01b5b46d80b61f1a1cb79..2e4e1971cbc8d08dc59962260249ca66664b68c5 100644
--- a/content/test/weburl_loader_mock.h
+++ b/content/test/weburl_loader_mock.h
@@ -57,6 +57,7 @@ class WebURLLoaderMock : public blink::WebURLLoader {
scoped_ptr<blink::WebURLLoader> default_loader_;
bool using_default_loader_;
bool is_deferred_;
+ bool* this_deleted_;
DISALLOW_COPY_AND_ASSIGN(WebURLLoaderMock);
};
« no previous file with comments | « no previous file | content/test/weburl_loader_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698