-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
There are lots of useful Android-only Chrome command line flags handled in Java, for example --disable-fre skips the First Run Experience (useful for testing).
These flags are currently omitted from https://peter.sh/experiments/chromium-command-line-switches/ (without any warning that the page is incomplete).
They can be found in files ending in Switches.java, for example:
- android_webview/java/src/org/chromium/android_webview/AwSwitches.java
- android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellSwitches.java
- base/android/java/src/org/chromium/base/BaseSwitches.java
- chrome/android/java/src/org/chromium/chrome/browser/ChromeSwitches.java
- chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java
- content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels