Index: components/infobars/core/infobars_switches.h |
diff --git a/components/os_crypt/os_crypt_switches.cc b/components/infobars/core/infobars_switches.h |
similarity index 51% |
copy from components/os_crypt/os_crypt_switches.cc |
copy to components/infobars/core/infobars_switches.h |
index 6dffb39489f5d9d0c7a06e409b8e11ce78990343..dd16d5b367d03aaad6ff6b60255c7dac74fb7397 100644 |
--- a/components/os_crypt/os_crypt_switches.cc |
+++ b/components/infobars/core/infobars_switches.h |
@@ -2,16 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/os_crypt/os_crypt_switches.h" |
+#ifndef COMPONENTS_INFOBARS_CORE_INFOBARS_SWITCHES_H_ |
+#define COMPONENTS_INFOBARS_CORE_INFOBARS_SWITCHES_H_ |
-namespace os_crypt { |
namespace switches { |
-#if defined(OS_MACOSX) |
- |
-const char kUseMockKeychain[] = "use-mock-keychain"; |
- |
-#endif // OS_MACOSX |
+extern const char kDisableInfoBars[]; |
} // namespace switches |
-} // namespace os_crypt |
+ |
+#endif // COMPONENTS_INFOBARS_CORE_INFOBARS_SWITCHES_H_ |