summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rlz/lib/lib_values.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/rlz/lib/lib_values.cc b/rlz/lib/lib_values.cc
index 8e79bb3..12bf457 100644
--- a/rlz/lib/lib_values.cc
+++ b/rlz/lib/lib_values.cc
@@ -99,9 +99,7 @@ const char* GetAccessPointName(AccessPoint point) {
case CHROMEOS_HOME_PAGE: return "CB";
case CHROMEOS_RESERVED: return "CC";
case CHROME_IOS_OMNIBOX: return "C9";
- // Note: this enumeration does not correspond to a real access point and
- // should never be used. Fails back to the default that raises an assert.
- case CHROME_IOS_RESERVED: break;
+ case CHROME_IOS_RESERVED: return "C0";
case UNDEFINED_AP_O: return "RO";
case UNDEFINED_AP_P: return "RP";
case UNDEFINED_AP_Q: return "RQ";