summaryrefslogtreecommitdiff
path: root/common/error_code_utils.cc
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-06-06 13:09:06 -0700
committerTao Bao <tbao@google.com>2017-06-06 13:09:22 -0700
commit5688d16057d34b770c070e2b4a27841092003a4e (patch)
tree7fea2289ebf922763b2c110094bb8e394b9e08f9 /common/error_code_utils.cc
parente5f6f2571d43eb65e0b27dd8d50f2c1f0b3fe30f (diff)
Revert "Add functions to allow update over cellular (including tethered connection)"
This reverts commit 4b0d6032cbb86ce488c03b31936cda31283f97e3. Bug: 62366504 Test: GmsCore sees the old status code (i.e. UPDATED_NEED_REBOOT == 6). Change-Id: I9185614a41bd621ad85e7f773b0f96919b0f70d5
Diffstat (limited to 'common/error_code_utils.cc')
-rw-r--r--common/error_code_utils.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/error_code_utils.cc b/common/error_code_utils.cc
index 0169ab89..ad4aeeb0 100644
--- a/common/error_code_utils.cc
+++ b/common/error_code_utils.cc
@@ -144,8 +144,6 @@ string ErrorCodeToString(ErrorCode code) {
return "ErrorCode::kUserCanceled";
case ErrorCode::kNonCriticalUpdateInOOBE:
return "ErrorCode::kNonCriticalUpdateInOOBE";
- case ErrorCode::kOmahaUpdateIgnoredOverCellular:
- return "ErrorCode::kOmahaUpdateIgnoredOverCellular";
// Don't add a default case to let the compiler warn about newly added
// error codes which should be added here.
}