Skip to content

Commit

Permalink
test_app: Add ControlledFrame feature flag to launch command line (#47)
Browse files Browse the repository at this point in the history
Part of recent work separated Controlled Frame from the IWA
feature flag. Now, Controlled Frame has to be enabled separately
from IWAs.
  • Loading branch information
chasephillips authored Sep 21, 2024
1 parent 47a7642 commit 595c190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ python3 -m iwa_http_server.py
2. Execute Chrome with the following flags once.

```sh
$CHROME --enable-features=IsolatedWebApps,IsolatedWebAppDevMode
$CHROME --enable-features=IsolatedWebApps,IsolatedWebAppDevMode,ControlledFrame
```

**Optional:** Use the `--user-data-dir` flag to install the IWA in a separate
Chrome profile. For example:

```sh
$CHROME --user-data-dir=$HOME/tmp \
--enable-features=IsolatedWebApps,IsolatedWebAppDevMode
--enable-features=IsolatedWebApps,IsolatedWebAppDevMode,ControlledFrame
```

The user data directory can be cleared to start Chrome in a fresh profile.
Expand Down

0 comments on commit 595c190

Please sign in to comment.