Skip to content

Commit

Permalink
Create desks_storage component
Browse files Browse the repository at this point in the history
The desks storage component contains code necessary for saving user's
desk as desk templates to Chrome Sync and loading desk templates from
Chrome Sync and enterprise policy.

This component will be used in:

* chrome/browser/chromeos/extensions for capturing and loading desks
through the Desks Private API go/crosprivatedeskapi.
* ash/wm/desks for accessing saved desk templates.

Bug: 1177413
Change-Id: I4f04422a6bcb888ca31797c4216589bb7291ef3b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2829939
Reviewed-by: Cait Phillips <caitkp@chromium.org>
Reviewed-by: Xiaoqian Dai <xdai@chromium.org>
Commit-Queue: Yanzhu Du <yzd@google.com>
Cr-Commit-Position: refs/heads/master@{#874841}
  • Loading branch information
yzd-go authored and Chromium LUCI CQ committed Apr 21, 2021
1 parent f43c894 commit 6c8a954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/desks_storage/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
afakhry@chromium.org
avynn@google.com
richui@google.com
xdai@chromium.org
yzd@google.com
3 changes: 3 additions & 0 deletions components/desks_storage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The desks storage component contains code necessary for saving user's
desk as desk templates to Chrome Sync and loading desk templates from
Chrome Sync and enterprise policy.

0 comments on commit 6c8a954

Please sign in to comment.