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

Unified Diff: content/shell/utility/shell_content_utility_client.h

Issue 1799923003: Add an end-to-end test that excercises Mojo with a sandbox. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « content/shell/utility/mojo_test_impl.cc ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/utility/shell_content_utility_client.h
diff --git a/content/shell/utility/shell_content_utility_client.h b/content/shell/utility/shell_content_utility_client.h
index 2479f58fc8dd0bfbf6d0eaa23844b3f8467ded1b..78fe289b4586d3bafe353e15c1a05028ea14f9bf 100644
--- a/content/shell/utility/shell_content_utility_client.h
+++ b/content/shell/utility/shell_content_utility_client.h
@@ -15,6 +15,7 @@ class ShellContentUtilityClient : public ContentUtilityClient {
// ContentUtilityClient:
void RegisterMojoApplications(StaticMojoApplicationMap* apps) override;
+ void RegisterMojoServices(ServiceRegistry* registry) override;
};
} // namespace content
« no previous file with comments | « content/shell/utility/mojo_test_impl.cc ('k') | content/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698