Merge "Revert "Add WEB session tag for brower's power hint session control."" into main
diff --git a/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionTag.aidl b/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionTag.aidl
index 62a84c7..71da2d4 100644
--- a/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionTag.aidl
+++ b/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/SessionTag.aidl
@@ -40,5 +40,4 @@
   GAME,
   APP,
   SYSUI,
-  WEB,
 }
diff --git a/power/aidl/android/hardware/power/SessionTag.aidl b/power/aidl/android/hardware/power/SessionTag.aidl
index d1663a8..e98cc77 100644
--- a/power/aidl/android/hardware/power/SessionTag.aidl
+++ b/power/aidl/android/hardware/power/SessionTag.aidl
@@ -51,9 +51,4 @@
      * This tag is used to mark hint sessions created by the system UI.
      */
     SYSUI,
-
-    /**
-     * This tag is used to mark hint sessions created by the web browers.
-     */
-    WEB,
 }