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

Unified Diff: components/proximity_auth/messenger_impl.h

Issue 1375633004: Encrypting messages send/received from BLE devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_test_tim
Patch Set: Using old protocol for BLE devices Created 5 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 | « no previous file | components/proximity_auth/messenger_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/messenger_impl.h
diff --git a/components/proximity_auth/messenger_impl.h b/components/proximity_auth/messenger_impl.h
index b9459b66cb8df2d6d6c29ff6be547f39fae1b37d..88aac0b25546abb705a81cf2f17f71c93010393f 100644
--- a/components/proximity_auth/messenger_impl.h
+++ b/components/proximity_auth/messenger_impl.h
@@ -54,6 +54,7 @@ class MessengerImpl : public Messenger, public ConnectionObserver {
struct PendingMessage {
PendingMessage();
PendingMessage(const base::DictionaryValue& message);
+ PendingMessage(const std::string& message);
~PendingMessage();
// The message, serialized as JSON.
« no previous file with comments | « no previous file | components/proximity_auth/messenger_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698