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

Unified Diff: ipc/attachment_broker_mac_unittest.cc

Issue 1704743002: Revert of Clean up public interface of AttachmentBrokerUnprivileged. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ipc/attachment_broker.cc ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_mac_unittest.cc
diff --git a/ipc/attachment_broker_mac_unittest.cc b/ipc/attachment_broker_mac_unittest.cc
index 9736c02550c15224d8aa0de74571088620df172e..bf994b77db24927654950791c4e28db88417fa12 100644
--- a/ipc/attachment_broker_mac_unittest.cc
+++ b/ipc/attachment_broker_mac_unittest.cc
@@ -427,7 +427,7 @@
broker_->AddObserver(&observer_, task_runner());
CreateChannel(&proxy_listener_);
- broker_->RegisterBrokerCommunicationChannel(channel());
+ broker_->DesignateBrokerCommunicationChannel(channel());
ASSERT_TRUE(ConnectChannel());
ASSERT_TRUE(StartClient());
@@ -972,7 +972,7 @@
thread->StartWithOptions(options);
CreateChannelProxy(get_proxy_listener(), thread->task_runner().get());
- get_broker()->RegisterBrokerCommunicationChannel(channel_proxy());
+ get_broker()->DesignateBrokerCommunicationChannel(channel_proxy());
ASSERT_TRUE(StartClient());
« no previous file with comments | « ipc/attachment_broker.cc ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698