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

Unified Diff: components/copresence/public/copresence_delegate.h

Issue 813553002: Adding support for pre-sent messages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Fixing tests Created 5 years, 11 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: components/copresence/public/copresence_delegate.h
diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h
index 1179b9074de4e68743ce70397d32d0ad38abd1bd..8ff259a3d2d8b16b901f394f34d74eb731283c3e 100644
--- a/components/copresence/public/copresence_delegate.h
+++ b/components/copresence/public/copresence_delegate.h
@@ -38,7 +38,7 @@ class CopresenceDelegate {
virtual void HandleMessages(
const std::string& app_id,
const std::string& subscription_id,
- const std::vector<Message>& message) = 0;
+ const std::vector<Message>& messages) = 0;
virtual void HandleStatusUpdate(CopresenceStatus status) = 0;

Powered by Google App Engine
This is Rietveld 408576698