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

Unified Diff: extensions/test/test_content_utility_client.h

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Sync to ToT. Created 3 years, 10 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: extensions/test/test_content_utility_client.h
diff --git a/extensions/test/test_content_utility_client.h b/extensions/test/test_content_utility_client.h
index 518806a61bb99c74a681128eeb805650a57b1965..813569fd87111057c1923200b8eccf9118bdf758 100644
--- a/extensions/test/test_content_utility_client.h
+++ b/extensions/test/test_content_utility_client.h
@@ -15,8 +15,10 @@ class TestContentUtilityClient : public content::ContentUtilityClient {
TestContentUtilityClient();
~TestContentUtilityClient() override;
- // ContentUtilityClient implementation
+ // content::ContentUtilityClient:
void UtilityThreadStarted() override;
+ void ExposeInterfacesToBrowser(
+ service_manager::InterfaceRegistry* registry) override;
bool OnMessageReceived(const IPC::Message& message) override;
private:

Powered by Google App Engine
This is Rietveld 408576698