Add a value to PasswordManager.KeychainMigration.Status histogram.

It's a follow-up to https://codereview.chromium.org/2729853005/ where MigrationStatus was extended.

BUG=595468

Review-Url: https://codereview.chromium.org/2731323002
Cr-Commit-Position: refs/heads/master@{#454939}
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index da1f11b..262ca22 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97527,6 +97527,7 @@
   <int value="3" label="Migration failed twice"/>
   <int value="4" label="Migration succeeded, Keychain cleaned up"/>
   <int value="5" label="Partial migration"/>
+  <int value="6" label="Migration stopped"/>
 </enum>
 
 <enum name="KioskLaunchError" type="int">