Snap for 9887711 from b0dd6c114b77bdb107181dec2af7fe270db44c1d to mainline-adservices-release

Change-Id: I2b5ca15d9319eb9ee1519ec429406c15236b485a
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 688d07c..69e9a09 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -21182,6 +21182,7 @@
     //  * resetAllAdSelectionConfigRemoteOverrides()
     //  * setAppInstallAdvertisers()
     //  * reportInteraction()
+    //  * updateAdCounterHistogram()
     //
     // Measurement - client side
     //   * register() : SOURCE
@@ -21232,6 +21233,7 @@
         SELECT_ADS_FROM_OUTCOMES = 21;
         SET_APP_INSTALL_ADVERTISERS = 22;
         REPORT_INTERACTION = 23;
+        UPDATE_AD_COUNTER_HISTOGRAM = 24;
     }
 
     optional AdServicesApiClassType api_class = 1 [deprecated = true];
@@ -22542,6 +22544,10 @@
         PRIVACY_SANDBOX_UNSUPPORTED = 3;
         // privacy sandbox is already running on the device.
         PRIVACY_SANDBOX_ALREADY_RUNNING = 4;
+        // the first consent feature with flipped flow is enabled.
+        PRIVACY_SANDBOX_FIRST_CONSENT_FF = 5;
+        // the reconsent feature with flipped flow is enabled.
+        PRIVACY_SANDBOX_RECONSENT_FF = 6;
     }
 
     // Privacy sandbox feature currently running on the device.