Revert "[Autofill Logging] Add filtered views count into Autofil..."

Revert submission 27739860-add_filtered_views_count

Reason for revert: The filtered_count is added at wrong place in PresentationEvent

Reverted changes: /q/submissionid:27739860-add_filtered_views_count
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6a391632316364f8b331926fdb69d35cdbff9c5a)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6b95d9d614664547932794c0bb745dec9ebe937f)
Merged-In: Ic8a803165b9ec1cf4cc26c7a8f0979b1b2f462d9
Change-Id: Ic8a803165b9ec1cf4cc26c7a8f0979b1b2f462d9
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 0830c61..6f4c0da 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -22338,8 +22338,6 @@
  *
  * Logged from:
  * frameworks/base/services/autofill/java/com/android/server/autofill/
- *
- * Next ID: 47
  */
 message AutofillPresentationEventReported {
   enum PresentationEventResult {
@@ -22500,10 +22498,6 @@
   // True if the response is from webview requesting credential autofill service.
   optional bool webview_requested_credential = 32;
 
-  // Count of views that are filtered because they are not in current session
-  // before autofill framework calls AutofillManager.autofill().
-  optional int64 views_fillable_excluded_by_session_count = 46;
-
   // Count of views that can be filled as per the provider service.
   // views_fillable_total_count = views_filled_failure_count +
   //     views_filled_success_count + views_with_no_callback