Index: components/infobars/core/infobars_switches.cc |
diff --git a/ui/display/display_switches.cc b/components/infobars/core/infobars_switches.cc |
similarity index 52% |
copy from ui/display/display_switches.cc |
copy to components/infobars/core/infobars_switches.cc |
index 7d32b5b6b99afa47980be4901f59c6de243d792f..deb21a76a1ac1aa018a32973a2a5c52fc10ed207 100644 |
--- a/ui/display/display_switches.cc |
+++ b/components/infobars/core/infobars_switches.cc |
@@ -2,15 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/display/display_switches.h" |
+#include "components/infobars/core/infobars_switches.h" |
-namespace ui { |
+namespace infobars { |
namespace switches { |
-#if defined(OS_CHROMEOS) |
-const char kDisableDisplayColorCalibration[] = |
- "disable-display-color-calibration"; |
-#endif |
+// Prevent infobars from appearing. |
+const char kDisableInfoBars[] = "disable-infobars"; |
} // namespace switches |
-} // namespace ui |
+} // namespace infobars |