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

Unified Diff: content/public/utility/content_utility_client.h

Issue 1947313002: Enable content embedders to specify mojo application task runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: restores mojo:media in browser Created 4 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
Index: content/public/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index a572a02a9eb80e29f595cf4ad81aa776758d0196..7dc3810bcb7fc6280c949c616653dc30165dcf16 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -10,6 +10,7 @@
#include "base/callback_forward.h"
#include "content/public/common/content_client.h"
+#include "content/public/common/mojo_application_info.h"
class GURL;
@@ -24,10 +25,7 @@ class ServiceRegistry;
// Embedder API for participating in renderer logic.
class CONTENT_EXPORT ContentUtilityClient {
public:
- using StaticMojoApplicationMap =
- std::map<std::string,
- base::Callback<std::unique_ptr<shell::ShellClient>(
- const base::Closure& quit_closure)>>;
+ using StaticMojoApplicationMap = std::map<std::string, MojoApplicationInfo>;
virtual ~ContentUtilityClient() {}
« no previous file with comments | « content/public/common/mojo_application_info.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698