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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 1128453004: Embed a simple Mojo shell in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 957ad1982a16909e9c16fd8252b182618d173e02..6027be422b7b052a8ff795132745a4480429207a 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -351,4 +351,7 @@ ContentBrowserClient::OverrideCreateExternalVideoSurfaceContainer(
}
#endif
+void ContentBrowserClient::ConfigureMojoShell(MojoShellContext* context) {
+}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698