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

Unified Diff: extensions/shell/utility/shell_content_utility_client.h

Issue 2699663003: Convert utility process extension ParseUpdate IPC to mojo (Closed)
Patch Set: Dependent patch http://crrev.com/2697463002 landed: sync up. 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
Index: extensions/shell/utility/shell_content_utility_client.h
diff --git a/extensions/shell/utility/shell_content_utility_client.h b/extensions/shell/utility/shell_content_utility_client.h
index c98742733c2731e9020d03b20b6bd3a8f3be2a58..4baaf1752f162c2fc08fec85ad695eb278ab10eb 100644
--- a/extensions/shell/utility/shell_content_utility_client.h
+++ b/extensions/shell/utility/shell_content_utility_client.h
@@ -17,10 +17,6 @@ class ShellContentUtilityClient : public content::ContentUtilityClient {
// content::ContentUtilityClient:
void UtilityThreadStarted() override;
- bool OnMessageReceived(const IPC::Message& message) override;
-
- private:
- UtilityHandler utility_handler_;
};
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698