[Enrollment V2] Change flag expiration date from M76 to M82

Bug: 899080
Change-Id: I15c11a7f41f76d8f0c49a3580f70ebeeaa151d2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737669
Reviewed-by: Kyle Horimoto <[email protected]>
Reviewed-by: Elly Fong-Jones <[email protected]>
Commit-Queue: Elly Fong-Jones <[email protected]>
Cr-Commit-Position: refs/heads/master@{#685539}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index faa3a23..4c173e4f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1512,7 +1512,7 @@
      FEATURE_VALUE_TYPE(
          chromeos::features::kBluetoothAggressiveAppearanceFilter)},
     {"cryptauth-v2-enrollment", flag_descriptions::kCryptAuthV2EnrollmentName,
-     flag_descriptions::kCryptAuthV2EnrollmentDescription, kOsCrOS | kExpireM77,
+     flag_descriptions::kCryptAuthV2EnrollmentDescription, kOsCrOS,
      FEATURE_VALUE_TYPE(chromeos::features::kCryptAuthV2Enrollment)},
     {"updated_cellular_activation_ui",
      flag_descriptions::kUpdatedCellularActivationUiName,