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

Unified Diff: components/onc/onc_constants.cc

Issue 492383002: Use ONC for Cellular APN and SimLock in Settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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
Index: components/onc/onc_constants.cc
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index 4909aedb2e3b3b0543ab81edc95e126898806d23..43f29bf6c6a3d61d9494f7db7f5cd3b0c030b25c 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -91,6 +91,7 @@ const char kHomeProvider[] = "HomeProvider";
const char kICCID[] = "ICCID";
const char kIMEI[] = "IMEI";
const char kIMSI[] = "IMSI";
+const char kLastGoodAPN[] = "LastGoodAPN";
const char kManufacturer[] = "Manufacturer";
const char kMDN[] = "MDN";
const char kMEID[] = "MEID";
@@ -115,6 +116,7 @@ const char kName[] = "Name";
} // namespace cellular_provider
namespace cellular_apn {
+const char kApn[] = "APN";
pneubeck (no reviews) 2014/08/22 08:55:32 IMHO, the constant name and the value are very con
stevenjb 2014/08/22 17:08:44 Happy to change this, Arman let me know what you s
armansito 2014/08/25 21:48:50 It's not really a URL though. The thing is, APN st
stevenjb 2014/08/25 22:32:34 From shill/doc/device-api.txt: "apn" The A
const char kName[] = "Name";
const char kUsername[] = "Username";
const char kPassword[] = "Password";

Powered by Google App Engine
This is Rietveld 408576698