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

Unified Diff: content/renderer/mojo_context_state.h

Issue 1776263002: Handle JS mojo module fetch failures gracefully. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/renderer/mojo_context_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mojo_context_state.h
diff --git a/content/renderer/mojo_context_state.h b/content/renderer/mojo_context_state.h
index c9af2621868dd1d0dfa7718d7f90c313b2eb1710..eaca53069975690bb5f43c67afe1a891573bf879 100644
--- a/content/renderer/mojo_context_state.h
+++ b/content/renderer/mojo_context_state.h
@@ -55,6 +55,7 @@ class MojoContextState : public gin::ModuleRegistryObserver {
// Callback once a module has finished downloading. Passes data to |runner_|.
void OnFetchModuleComplete(ResourceFetcher* fetcher,
+ const std::string& id,
const blink::WebURLResponse& response,
const std::string& data);
« no previous file with comments | « no previous file | content/renderer/mojo_context_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698