Make connectivity check feedback data easier to read.
commitbd58c63485fd8401edba669f0e70b5e4f6eec0ad
authornyquist <nyquist@chromium.org>
Fri, 12 Jun 2015 21:22:07 +0000 (12 14:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 21:22:43 +0000 (12 21:22 +0000)
treeeacc4ecb1889c930ea658314f466495a819502e5
parent86d6ea9832f60721adc36a3372b51016947dfcb2
Make connectivity check feedback data easier to read.

The connectivity connection data currently uses the enum name as a string
to use as the user visible connection check data.

This change modifies that to instead have human readable keys for the
connection types.

BUG=386395

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

Cr-Commit-Position: refs/heads/master@{#334239}
chrome/android/java/src/org/chromium/chrome/browser/feedback/ConnectivityCheckerCollector.java
chrome/android/javatests_shell/src/org/chromium/chrome/browser/feedback/ConnectivityCheckerCollectorTest.java