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

Unified Diff: ppapi/proxy/ppp_messaging_proxy_unittest.cc

Issue 2523973002: Replace gendered terms for files in ppapi/proxy/... (Closed)
Patch Set: Created 4 years, 1 month 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 | « ppapi/proxy/ppp_instance_proxy_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppp_messaging_proxy_unittest.cc
diff --git a/ppapi/proxy/ppp_messaging_proxy_unittest.cc b/ppapi/proxy/ppp_messaging_proxy_unittest.cc
index 703e43035e4a8c3e87701d5737778f82199c4892..ef3608c4e738fe7d9d07ff0f6f14507117b91f71 100644
--- a/ppapi/proxy/ppp_messaging_proxy_unittest.cc
+++ b/ppapi/proxy/ppp_messaging_proxy_unittest.cc
@@ -20,9 +20,8 @@ namespace proxy {
namespace {
-// This is a poor man's mock of PPP_Messaging using global variables. Eventually
-// we should generalize making PPAPI interface mocks by using IDL or macro/
-// template magic.
+// This is an ad-hoc mock of PPP_Messaging using global variables. Eventually,
+// generalize making PPAPI interface mocks by using IDL or macro/template magic.
PP_Instance received_instance;
PP_Var received_var;
base::WaitableEvent handle_message_called(
« no previous file with comments | « ppapi/proxy/ppp_instance_proxy_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698