Merge "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 71da2d4..62a84c7 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,4 +40,5 @@
   GAME,
   APP,
   SYSUI,
+  WEB,
 }
diff --git a/power/aidl/android/hardware/power/SessionTag.aidl b/power/aidl/android/hardware/power/SessionTag.aidl
index e98cc77..d1663a8 100644
--- a/power/aidl/android/hardware/power/SessionTag.aidl
+++ b/power/aidl/android/hardware/power/SessionTag.aidl
@@ -51,4 +51,9 @@
      * 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,
 }