Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: trunk/src/rlz/lib/lib_values.cc

Issue 239633002: Revert 263828 "Do not reserve an access point code for CHROME_IO..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/rlz/lib/lib_values.cc
===================================================================
--- trunk/src/rlz/lib/lib_values.cc (revision 263951)
+++ trunk/src/rlz/lib/lib_values.cc (working copy)
@@ -99,9 +99,7 @@
case CHROMEOS_HOME_PAGE: return "CB";
case CHROMEOS_APP_LIST: 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 CHROME_APP_LIST: return "C7";
case CHROME_MAC_APP_LIST: return "C8";
case UNDEFINED_AP_Q: return "RQ";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698