summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayed <elabadysayed@chromium.org>2023-09-29 07:55:10 +0000
committerCopybara-Service <copybara-worker@google.com>2023-09-29 01:01:54 -0700
commitd5bfe6361a31c97f1049683c3407b627dfbfdc90 (patch)
tree5ff70417e9488d847f3bbfa62c3ff71a03bfe199
parent49693aeb33c375412eda739beca2631a2ce27d51 (diff)
downloadwebview_support_interfaces-d5bfe6361a31c97f1049683c3407b627dfbfdc90.tar.gz
[AW][multi-profile] Remove DEV_SUFFIX from MULTI_PROFILE feature
Remove the dev suffix to prepare for the AndroidX release. Fixed: 1467232 Change-Id: I359fa4644a11b63be3408e89e15b4ae4529929a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4895669 Reviewed-by: Peter Pakkenberg <pbirk@chromium.org> Auto-Submit: Sayed Elabady <elabadysayed@chromium.org> Commit-Queue: Peter Pakkenberg <pbirk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1203119} NOKEYCHECK=True GitOrigin-RevId: 7fcb89be1f9276f474617531743ae5f19e6e063d
-rw-r--r--src/org/chromium/support_lib_boundary/util/Features.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/org/chromium/support_lib_boundary/util/Features.java b/src/org/chromium/support_lib_boundary/util/Features.java
index 2a2d523..20200e1 100644
--- a/src/org/chromium/support_lib_boundary/util/Features.java
+++ b/src/org/chromium/support_lib_boundary/util/Features.java
@@ -243,10 +243,12 @@ public class Features {
// DropDataContentProvider.call
public static final String IMAGE_DRAG_DROP = "IMAGE_DRAG_DROP";
- // ProfileStore.getOrCreateProfileAsync
- // ProfileStore.getProfileAsync
- // ProfileStore.getAllProfileNamesAsync
- // ProfileStore.deleteProfileAsync
+ // ProfileStore.getInstance
+ // ProfileStore.getOrCreateProfile
+ // ProfileStore.getProfile
+ // ProfileStore.getAllProfileNames
+ // ProfileStore.deleteProfile
+ // Profile.getName
// Profile.getCookieManager
// Profile.getWebStorage
// Profile.getGeolocationPermissions