blob: 8cf26c32fcc9b4c93cf8f39c69f47a2fdca3b5a5 [file] [log] [blame]
#!/bin/sh
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
cat <<EOF 1>&2
This file is no longer used; Chrome's command line is now generated directly by
session_manager. Either make your changes there and rebuild the chromeos-login
package or modify /etc/chrome_dev.conf to make local changes to Chrome's
environment and command line.
EOF
exit 1