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..5effdc67cb0a9e82accd6fcb1ae02a77fd5d7663 100644 |
--- a/ui/display/display_switches.cc |
+++ b/components/infobars/core/infobars_switches.cc |
@@ -2,15 +2,11 @@ |
// 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 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 |