Chromium Code Reviews| Index: device/hid/hid_usage_and_page.h |
| diff --git a/device/hid/hid_usage_and_page.h b/device/hid/hid_usage_and_page.h |
| index 98ac80d6b544b186381049f31799826ef5105d95..2d81ec2f37e33058f68f7e90d6d7a456ad9da2eb 100644 |
| --- a/device/hid/hid_usage_and_page.h |
| +++ b/device/hid/hid_usage_and_page.h |
| @@ -126,7 +126,8 @@ struct HidUsageAndPage { |
| uint16_t usage; |
| Page usage_page; |
| - bool operator==(const HidUsageAndPage& other) const; |
| + // Such usages can raise security or privacy concerns. |
|
Ken Rockot(use gerrit already)
2014/06/06 20:04:44
Function docs should be third-person declarative s
jracle (use Gerrit)
2014/06/07 12:56:22
Got it.
On 2014/06/06 20:04:44, Ken Rockot wrote:
|
| + bool IsSensitive() const; |
|
Ken Rockot(use gerrit already)
2014/06/06 20:04:44
How about IsProtected()
jracle (use Gerrit)
2014/06/07 12:56:22
I'll rename with you proposal. Understand mine is
|
| }; |
| } // namespace device |