blob: 7ffcb53f097319a4345adcd38ef236e02d679aca [file] [log] [blame]
# 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.
#
# !--a-prefix
# Removes all arguments beginning with "--a-prefix" from the command line.
#
# vmodule=foo=1
# Adds a "foo=1" pattern to the --vmodule argument.
#
# NAME=some value
# Sets the environment variable "NAME" to the value "some 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).
#
# Note: Permanent changes to Chrome's configuration should be made in
# session_manager (see chrome_setup.h).