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: dbus/message_unittest.cc

Issue 10833011: Change dbus check for file capability to runtime (second try) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/message.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/message_unittest.cc
diff --git a/dbus/message_unittest.cc b/dbus/message_unittest.cc
index 10835a29ccf82ed1ff21977b22ff63fd45afc16f..c61f170ad32da03d9af815d00c4c7611ef754a57 100644
--- a/dbus/message_unittest.cc
+++ b/dbus/message_unittest.cc
@@ -97,7 +97,7 @@ TEST(MessageTest, AppendAndPopBasicDataTypes) {
// Check all basic types can be properly written and read.
TEST(MessageTest, AppendAndPopFileDescriptor) {
- if (!dbus::kDBusTypeUnixFdIsSupported) {
+ if (!dbus::IsDBusTypeUnixFdSupported()) {
LOG(WARNING) << "FD passing is not supported";
return;
}
« no previous file with comments | « dbus/message.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698