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

Unified Diff: dbus/message.h

Issue 7800023: Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « dbus/end_to_end_async_unittest.cc ('k') | dbus/test_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/message.h
===================================================================
--- dbus/message.h (revision 99666)
+++ dbus/message.h (working copy)
@@ -368,7 +368,7 @@
// worth having a specialized function.
//
// |bytes| must be copied if the contents will be referenced after the
- // |MessageReader is destroyed.
+ // MessageReader is destroyed.
bool PopArrayOfBytes(uint8** bytes, size_t* length);
// Gets the array of object paths at the current iterator position.
« no previous file with comments | « dbus/end_to_end_async_unittest.cc ('k') | dbus/test_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698