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

Unified Diff: extensions/test/test_content_utility_client.h

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 years, 9 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 | « extensions/test/test_content_browser_client.cc ('k') | extensions/test/test_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « extensions/test/test_content_browser_client.cc ('k') | extensions/test/test_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698