// Copyright 2020 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
#include "chromeos/startup/startup_switches.h" | |
namespace chromeos { | |
namespace switches { | |
// FD pointing a (memory backed) file containing the startup data. | |
const char kCrosStartupDataFD[] = "cros-startup-data-fd"; | |
} // namespace switches | |
} // namespace chromeos |