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

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

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix components/OWNERS 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
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_

Powered by Google App Engine
This is Rietveld 408576698