blob: deb21a76a1ac1aa018a32973a2a5c52fc10ed207 [file] [log] [blame]
// 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