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

Unified Diff: content/child/blink_platform_impl.h

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Fix build Created 4 years, 1 month 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/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 5ee5049dac0819ef8ddd4f3dd954c309d2ef68e4..36c68a4108564de1b75a0ca7f27705ff31f85cbe 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -60,6 +60,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
// Platform methods (partial implementation):
blink::WebThemeEngine* themeEngine() override;
blink::WebFallbackThemeEngine* fallbackThemeEngine() override;
+ service_manager::Connector* serviceConnector() override;
blink::Platform::FileHandle databaseOpenFile(
const blink::WebString& vfs_file_name,
int desired_flags) override;

Powered by Google App Engine
This is Rietveld 408576698