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

Unified Diff: components/nacl/renderer/manifest_downloader.h

Issue 1267713003: Make the WebURLLoaderClients in the pepper code destroy (or have some guard) the loader in didFail() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed #7 and #8 Created 5 years, 4 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
Index: components/nacl/renderer/manifest_downloader.h
diff --git a/components/nacl/renderer/manifest_downloader.h b/components/nacl/renderer/manifest_downloader.h
index 1dd6cb6ee44a2405a252ad397e6b23f03960cf27..31e07a0333f028124c77b7974c645bc2d5f65c16 100644
--- a/components/nacl/renderer/manifest_downloader.h
+++ b/components/nacl/renderer/manifest_downloader.h
@@ -37,6 +37,8 @@ class ManifestDownloader : public blink::WebURLLoaderClient {
void Load(const blink::WebURLRequest& request);
private:
+ void done();
+
// WebURLLoaderClient implementation.
virtual void didReceiveResponse(blink::WebURLLoader* loader,
const blink::WebURLResponse& response);
« no previous file with comments | « no previous file | components/nacl/renderer/manifest_downloader.cc » ('j') | components/nacl/renderer/manifest_downloader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698