Index: dbus/message.h |
diff --git a/dbus/message.h b/dbus/message.h |
index ceeb0edbf7a74f3417165f420c04539b5a8989a0..cbdc183a4ecd109e15d6787e21c1011e84f35e52 100644 |
--- a/dbus/message.h |
+++ b/dbus/message.h |
@@ -11,6 +11,7 @@ |
#include <dbus/dbus.h> |
#include "base/basictypes.h" |
+#include "base/values.h" |
namespace dbus { |
@@ -392,6 +393,10 @@ class MessageReader { |
// function. |
bool PopArrayOfObjectPaths(std::vector<std::string>* object_paths); |
+ // Gets the array of dict_entry objects at the current iterator position. |
+ // Returns true and advances the iterator on success. |
+ bool PopArrayOfDictEntries(DictionaryValue* dictionary); |
+ |
// Gets the byte from the variant data container at the current iterator |
// position. |
// Returns true and advances the iterator on success. |