summaryrefslogtreecommitdiff
path: root/chromium/ash/public/interfaces/app_list.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/public/interfaces/app_list.mojom')
-rw-r--r--chromium/ash/public/interfaces/app_list.mojom4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/ash/public/interfaces/app_list.mojom b/chromium/ash/public/interfaces/app_list.mojom
index 89eb5c198ac..f3a11a64eed 100644
--- a/chromium/ash/public/interfaces/app_list.mojom
+++ b/chromium/ash/public/interfaces/app_list.mojom
@@ -199,25 +199,21 @@ interface AppListController {
// These interfaces are called while dealing with the OEM folder in the
// AppListSyncableService in Chrome.
// Finds the OEM folder or creates one if it doesn't exist.
- // |oem_folder_id|: the expected id of the OEM folder.
// |oem_folder_name|: the expected name of the OEM folder while creating.
// |preferred_oem_position|: the preferred position of the OEM folder while
// creating; if it's invalid then the final position
// is determined in Ash.
// |oem_folder|: the meta data of the existing/created OEM folder.
FindOrCreateOemFolder(
- string oem_folder_id,
string oem_folder_name,
syncer.mojom.StringOrdinal preferred_oem_position)
=> (AppListItemMetadata oem_folder);
// Resolves the position of the OEM folder.
- // |oem_folder_id|: the id of the OEM folder.
// |preferred_oem_position|: the preferred position of the OEM folder; if it's
// invalid then the final position is determined in
// Ash.
// |oem_folder|: the meta data of the OEM folder, or null if it doesn't exist.
ResolveOemFolderPosition(
- string oem_folder_id,
syncer.mojom.StringOrdinal preferred_oem_position)
=> (AppListItemMetadata? oem_folder);