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

Unified Diff: dbus/property.h

Issue 2421713002: arc: bluetooth: Expose missing advertise data. (Closed)
Patch Set: Created 4 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/property.h
diff --git a/dbus/property.h b/dbus/property.h
index 616a59514835b57f067dd93c21da4cc8772c244f..0559ea0554a931c6db605c06c9258532ce071d50 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -622,6 +622,17 @@ Property<std::unordered_map<std::string, std::vector<uint8_t>>>::
extern template class CHROME_DBUS_EXPORT
Property<std::unordered_map<std::string, std::vector<uint8_t>>>;
+template <>
+CHROME_DBUS_EXPORT bool
+Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>::
+ PopValueFromReader(MessageReader* reader);
+template <>
+CHROME_DBUS_EXPORT void
+Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>::
+ AppendSetValueToWriter(MessageWriter* writer);
+extern template class CHROME_DBUS_EXPORT
+ Property<std::unordered_map<uint16_t, std::vector<uint8_t>>>;
+
#pragma GCC diagnostic pop
} // namespace dbus

Powered by Google App Engine
This is Rietveld 408576698