Commit a70360f3 authored by pkl's avatar pkl Committed by Commit bot

Added is_jailbroken boolean flag to OS protobuf.

BUG=227735

Review URL: https://codereview.chromium.org/619593003

Cr-Commit-Position: refs/heads/master@{#297429}
parent 6d11d3ee
......@@ -80,6 +80,12 @@ message SystemProfileProto {
// The fingerprint of the build. This field is used only on Android.
optional string fingerprint = 3;
// Whether the version of iOS appears to be "jailbroken". This field is
// used only on iOS. Chrome for iOS detects whether device contains a
// DynamicLibraries/ directory. It's a necessary but insufficient indicator
// of whether the operating system has been jailbroken.
optional bool is_jailbroken = 4;
}
optional OS os = 5;
......
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