summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rlz/lib/lib_values.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/rlz/lib/lib_values.cc b/rlz/lib/lib_values.cc
index 12bf457..8e79bb3 100644
--- a/rlz/lib/lib_values.cc
+++ b/rlz/lib/lib_values.cc
@@ -99,7 +99,9 @@ const char* GetAccessPointName(AccessPoint point) {
case CHROMEOS_HOME_PAGE: return "CB";
case CHROMEOS_RESERVED: return "CC";
case CHROME_IOS_OMNIBOX: return "C9";
- case CHROME_IOS_RESERVED: return "C0";
+ // 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 UNDEFINED_AP_O: return "RO";
case UNDEFINED_AP_P: return "RP";
case UNDEFINED_AP_Q: return "RQ";