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

Unified Diff: dbus/message.h

Issue 8233042: Chrome OS: Attach bluetooth UI to device discovery API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698