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

Unified Diff: content/common/font_cache_dispatcher_win.h

Issue 2349713003: IPC::MessageFilter::OnFilterAdded: IPC::Sender -> IPC::Channel (Closed)
Patch Set: . Created 4 years, 3 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 | « content/child/child_histogram_message_filter.cc ('k') | content/common/font_cache_dispatcher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/font_cache_dispatcher_win.h
diff --git a/content/common/font_cache_dispatcher_win.h b/content/common/font_cache_dispatcher_win.h
index dbdcb4f462bbcd5a120324683db7eed70bbb47a0..e5d5ca0799bb52faeb636dbb923206afe1437edf 100644
--- a/content/common/font_cache_dispatcher_win.h
+++ b/content/common/font_cache_dispatcher_win.h
@@ -28,7 +28,7 @@ class FontCacheDispatcher : public IPC::MessageFilter, public IPC::Sender {
~FontCacheDispatcher() override;
// IPC::MessageFilter implementation:
- void OnFilterAdded(IPC::Sender* sender) override;
+ void OnFilterAdded(IPC::Channel* channel) override;
bool OnMessageReceived(const IPC::Message& message) override;
void OnChannelClosing() override;
« no previous file with comments | « content/child/child_histogram_message_filter.cc ('k') | content/common/font_cache_dispatcher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698