From 6776f79012185ba2917d7971ca810062702a2e92 Mon Sep 17 00:00:00 2001 From: Hugo Benichi Date: Thu, 2 Feb 2017 07:32:16 +0000 Subject: [PATCH] Revert "Merge "Define Network notification proto constants." am: 05550d9ed8 am: 6236f49f0e am: 7b39349792" This reverts commit 814a59ba829642d09b6d1eaf9bcf06ee44bffad4 because it broke the build by duplicating code that was already there. Change-Id: I1e32fd9e70629e5725e503ca372fb20c0aa0035d --- proto/src/metrics_constants.proto | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 05cb74879f4b4..9c571a2585ebd 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -2252,30 +2252,6 @@ message MetricsEvent { // CATEGORY: QUICK_SETTINGS QS_NFC = 800; - // ---- End N-MR2 Constants, all N-MR1 constants go above this line ---- - - // ACTION: A captive portal was detected during network validation - // CATEGORY: NOTIFICATION - // OS: N-MR2 - NOTIFICATION_NETWORK_SIGN_IN = 740; - - // ACTION: An unvalidated network without Internet was selected by the user - // CATEGORY: NOTIFICATION - // OS: N-MR2 - NOTIFICATION_NETWORK_NO_INTERNET = 741; - - // ACTION: A validated network failed revalidation and lost Internet access - // CATEGORY: NOTIFICATION - // OS: N-MR2 - NOTIFICATION_NETWORK_LOST_INTERNET = 742; - - // ACTION: The system default network switched to a different network - // CATEGORY: NOTIFICATION - // OS: N-MR2 - NOTIFICATION_NETWORK_SWITCH = 743; - - // ---- End O Constants, all O constants go above this line ---- - // Add new aosp constants above this line. // END OF AOSP CONSTANTS }