Commit 279a3812 authored by James Cook's avatar James Cook Committed by Commit Bot

apps: Add comments to app service AppType enum

No code change, just comments.

Bug: none
Change-Id: I16fe794ae2e153c0bba3073372d8afacd01f5cd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2394375
Auto-Submit: James Cook <jamescook@chromium.org>
Commit-Queue: Dominick Ng <dominickn@chromium.org>
Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Cr-Commit-Position: refs/heads/master@{#804638}
parent 785cab4b
...@@ -93,10 +93,10 @@ enum AppType { ...@@ -93,10 +93,10 @@ enum AppType {
kExtension, // Extension-backed app. kExtension, // Extension-backed app.
kWeb, // Web app. kWeb, // Web app.
kMacNative, // Native Mac app. kMacNative, // Native Mac app.
kPluginVm, // Plugin VM app. kPluginVm, // Plugin VM app, see go/pluginvm.
kLacros, // Lacros app. kLacros, // Lacros browser app, see //docs/lacros.md.
kRemote, // Remote app. kRemote, // Remote app.
kBorealis, // Borealis app. kBorealis, // Borealis app, see go/borealis-app.
}; };
// Whether an app is ready to launch, i.e. installed. // Whether an app is ready to launch, i.e. installed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment