Commit 852d7040 authored by Tim Zheng's avatar Tim Zheng Committed by Commit Bot

Fix an error in a comment.

BUG=chromium:800120
TEST=comment only change.

Change-Id: Ie3a5d99186419c6a11d3efac4e7b50ec459cf772
Reviewed-on: https://chromium-review.googlesource.com/999118Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Commit-Queue: Tim Zheng <timzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#548642}
parent 97ba9e6b
...@@ -27,7 +27,7 @@ namespace chromeos { ...@@ -27,7 +27,7 @@ namespace chromeos {
// % dbus-send --system --type=method_call --print-reply // % dbus-send --system --type=method_call --print-reply
// --dest=org.chromium.ChromeFeaturesService // --dest=org.chromium.ChromeFeaturesService
// /org/chromium/ChromeFeaturesService // /org/chromium/ChromeFeaturesService
// org.chromium.ChromeFeaturesService.IsCrostiniEnabled // org.chromium.ChromeFeaturesServiceInterface.IsCrostiniEnabled
// //
// % (returns true if Crostini is enabled, otherwise returns false) // % (returns true if Crostini is enabled, otherwise returns false)
class CHROMEOS_EXPORT ChromeFeaturesServiceProvider class CHROMEOS_EXPORT ChromeFeaturesServiceProvider
......
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