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

Unified Diff: dbus/end_to_end_async_unittest.cc

Issue 11199007: Add sender verification of D-Bus signals. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address comments. Created 8 years, 2 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: dbus/end_to_end_async_unittest.cc
diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc
index 7715f7d1826f822f28878f0b327242c7edd36016..9be6bb218470d83135cf2f760d58603e40a6e6df 100644
--- a/dbus/end_to_end_async_unittest.cc
+++ b/dbus/end_to_end_async_unittest.cc
@@ -22,8 +22,8 @@
namespace {
-// See comments in ObjectProxy::RunResponseCallback() for why the number was
-// chosen.
+// See comments in ObjectProxy::RunResponseCallback() and
+// ObjectProxy::UpdateNameOwnerAsyncfor why the number was chosen.
satorux1 2012/10/25 08:56:23 I think you don't need to update the comment.
Haruki Sato 2012/10/26 05:03:24 Done.
const int kHugePayloadSize = 64 << 20; // 64 MB
} // namespace

Powered by Google App Engine
This is Rietveld 408576698