Chromium Code Reviews| Index: chrome/common/metrics/proto/system_profile.proto |
| diff --git a/chrome/common/metrics/proto/system_profile.proto b/chrome/common/metrics/proto/system_profile.proto |
| index 82ed3aeb55a470cd13315e0020c98759cb8ac7f7..420ec02b827d73518f654fc12a22fb4d8f4d8ca4 100644 |
| --- a/chrome/common/metrics/proto/system_profile.proto |
| +++ b/chrome/common/metrics/proto/system_profile.proto |
| @@ -65,6 +65,9 @@ message SystemProfileProto { |
| // The version of the OS. The meaning of this field is OS-dependent. |
| optional string version = 2; |
| + |
| + // The fingerprint of the build. This field is used only on Android. |
| + optional string fingerprint = 3; |
|
Ilya Sherman
2012/10/01 23:01:38
How is this field going to be used?
|
| } |
| optional OS os = 5; |