-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
chrome_dev.conf
50 lines (48 loc) · 2.29 KB
/
chrome_dev.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 2022 The Chromium OS Authors and Alex313031. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# This file may be modified to make local changes to the environment and command
# line that session_manager uses to run Chrome. It contains one directive per
# line, with the following forms available:
#
# --some-argument=/tmp/some file
# Adds "--some-argument=/tmp/some file" to Chrome's command line. The entire
# line will be passed as a single argument; do not include quotation marks
# unless you want them to be passed verbatim to Chrome. --vmodule and
# --enable-features are special-cased: session_manager combines all values
# that it sees from multiple directives into a single argument.
#
# !--a-prefix
# Removes all arguments beginning with "--a-prefix" from the command line.
#
# NAME=some value
# Sets the environment variable "NAME" to the value "some value". As above, do
# not quote the value unless you want the quotes to appear verbatim in the
# variable's value.
#
# Directives are applied in the order they appear (i.e. to change a flag, first
# delete it and then re-add it with the desired value).
#
# To wrap Chrome within another command (e.g. strace), see CHROME_COMMAND_FLAG
# in /etc/init/ui.conf.
#
# Note: Options enabled here might not show up in chrome://flags. Consult the
# chrome://version page to verify the full command line flags used at runtime.
#
################################################################################
# This file should only be modified by hand by developers on their local
# dev-mode devices; do not check in changes to it or write code that modifies
# it. Permanent changes to Chrome's configuration, including conditionally-set
# flags, should be made in session_manager (see chrome_setup.h).
#
# To edit this file rootfs write protection must be removed:
# https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_mode.md#disable-verity
################################################################################
# This file should be copied to //chromiumos/src/platform2/login_manager/
--shelf-hover-previews
--show-component-extension-options
--enable-features=EnableAppGridGhost
GOOGLE_API_KEY=
GOOGLE_DEFAULT_CLIENT_ID=
GOOGLE_DEFAULT_CLIENT_SECRET=