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

Unified Diff: extensions/shell/utility/shell_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
« no previous file with comments | « extensions/common/update_manifest.cc ('k') | extensions/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « extensions/common/update_manifest.cc ('k') | extensions/shell/utility/shell_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698