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

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

Issue 671573003: Adding support for authenticated copresence calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing memory error Created 6 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
« no previous file with comments | « components/copresence/public/copresence_delegate.h ('k') | components/copresence/rpc/http_post.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/copresence_manager.h
diff --git a/components/copresence/public/copresence_manager.h b/components/copresence/public/copresence_manager.h
index ae7f14cc98bed528fd5fad876e53ac455e0a72af..1833f235dfc7919b15d5bb11504b6e98497e245c 100644
--- a/components/copresence/public/copresence_manager.h
+++ b/components/copresence/public/copresence_manager.h
@@ -26,7 +26,7 @@ class CopresenceManager {
// manager is initialized, it sends all request to the server and handles
// the response. If an error is encountered, the status callback is used
// to relay it to the requester.
- virtual void ExecuteReportRequest(ReportRequest request,
+ virtual void ExecuteReportRequest(const ReportRequest& request,
const std::string& app_id,
const StatusCallback& callback) = 0;
« no previous file with comments | « components/copresence/public/copresence_delegate.h ('k') | components/copresence/rpc/http_post.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698