summaryrefslogtreecommitdiff
path: root/chromium/components/infobars/core/infobars_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/infobars/core/infobars_switches.cc')
-rw-r--r--chromium/components/infobars/core/infobars_switches.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/components/infobars/core/infobars_switches.cc b/chromium/components/infobars/core/infobars_switches.cc
new file mode 100644
index 00000000000..deb21a76a1a
--- /dev/null
+++ b/chromium/components/infobars/core/infobars_switches.cc
@@ -0,0 +1,14 @@
+// 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