Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: components/infobars/core/infobars_switches.cc

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/infobars/core/infobars_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/infobars/core/infobars_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698