Commit 1440cd6c authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS MultiDevice] Make PendingConnectionRequest::GetRequestId() const.

Bug: 824568, 752273
Change-Id: Ie4aac00d5b077c3d1af3114e73447dd52065da75
Reviewed-on: https://chromium-review.googlesource.com/1056213Reviewed-by: default avatarJames Hawkins <jhawkins@chromium.org>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558050}
parent e718b946
......@@ -29,7 +29,7 @@ class PendingConnectionRequest {
virtual void HandleConnectionFailure(FailureDetailType failure_detail) = 0;
// Note: Request ID is guaranteed to be unique among all requests.
const std::string& GetRequestId() {
const std::string& GetRequestId() const {
static const std::string kRequestId = base::GenerateGUID();
return kRequestId;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment