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

Unified Diff: extensions/test/test_content_utility_client.h

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Sync to ToT, see if git apply issue and try jobs are happy. 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 813569fd87111057c1923200b8eccf9118bdf758..03578f55d097e23e91c1240616b9e1fd5655b091 100644
--- a/extensions/test/test_content_utility_client.h
+++ b/extensions/test/test_content_utility_client.h
@@ -19,10 +19,6 @@ class TestContentUtilityClient : public content::ContentUtilityClient {
void UtilityThreadStarted() override;
void ExposeInterfacesToBrowser(
service_manager::InterfaceRegistry* registry) override;
- bool OnMessageReceived(const IPC::Message& message) override;
-
- private:
- UtilityHandler utility_handler_;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698