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

Unified Diff: content/utility/utility_process_control_impl.h

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
Patch Set: . Created 4 years, 10 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/test/data/web_ui_mojo_shell_test.js ('k') | content/utility/utility_process_control_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_process_control_impl.h
diff --git a/content/utility/utility_process_control_impl.h b/content/utility/utility_process_control_impl.h
index f57dbe6ebf313788f825305376aa74da1897c3e2..e2ee4f928eb37f181218e132e4ac80f81542898a 100644
--- a/content/utility/utility_process_control_impl.h
+++ b/content/utility/utility_process_control_impl.h
@@ -18,7 +18,7 @@ class UtilityProcessControlImpl : public ProcessControlImpl {
~UtilityProcessControlImpl() override;
// ProcessControlImpl:
- void RegisterApplicationLoaders(URLToLoaderMap* url_to_loader_map) override;
+ void RegisterApplicationLoaders(NameToLoaderMap* name_to_loader_map) override;
private:
void OnLoadFailed() override;
« no previous file with comments | « content/test/data/web_ui_mojo_shell_test.js ('k') | content/utility/utility_process_control_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698