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

Unified Diff: content/shell/browser/shell_content_browser_client.h

Issue 1544853003: Let content embedders register in-process media service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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/browser/mojo/mojo_shell_context.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_content_browser_client.h
diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h
index 75ba448bc7108901369a8668ee8f51a931e448d8..70fe1f50c389b4bdd68ceb3ff93409cb041b9d12 100644
--- a/content/shell/browser/shell_content_browser_client.h
+++ b/content/shell/browser/shell_content_browser_client.h
@@ -47,6 +47,8 @@ class ShellContentBrowserClient : public ContentBrowserClient {
URLRequestInterceptorScopedVector request_interceptors) override;
bool IsHandledURL(const GURL& url) override;
bool IsNPAPIEnabled() override;
+ void RegisterInProcessMojoApplications(
+ StaticMojoApplicationMap* apps) override;
void RegisterOutOfProcessMojoApplications(
OutOfProcessMojoApplicationMap* apps) override;
void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
« no previous file with comments | « content/browser/mojo/mojo_shell_context.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