// Copyright 2014 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 "components/infobars/core/infobars_switches.h" namespace infobars { namespace switches { // Prevent infobars from appearing. const char kDisableInfoBars[] = "disable-infobars"; } // namespace switches } // namespace infobars