| 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;
|
| }
|
| optional OS os = 5;
|
|
|
|
|