commit | f259009e6bfaec7b0339abe6ba33bf87047313f4 | [log] [tgz] |
---|---|---|
author | Kyle Horimoto <khorimoto@chromium.org> | Thu Aug 20 01:27:47 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Aug 20 01:27:47 2020 |
tree | 4393817f36ec396fbfb9f02372053bba27363afb | |
parent | 40862cac9b0bbda7a274fb9421229a9c2df8e9c7 [diff] |
[CrOS PhoneHub] Create PhoneStatusModel This class includes phone metadata such as connection state and battery levels. It also includes a few inner types such as enums representing various states. This CL adds a test for the class, but the class is not instantiated in real code yet. A follow-up CL will utilize this class within a larger phone model. Bug: 1106937 Change-Id: I40be26a6381c70033d35fb0eae7cb8de2e50a09d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365295 Reviewed-by: Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#799923}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.