123456789101112131415161718192021 |
- #ifndef BASE_I18N_BASE_I18N_SWITCHES_H_
- #define BASE_I18N_BASE_I18N_SWITCHES_H_
- #include "base/i18n/base_i18n_export.h"
- namespace switches {
- BASE_I18N_EXPORT extern const char kForceUIDirection[];
- BASE_I18N_EXPORT extern const char kForceTextDirection[];
- BASE_I18N_EXPORT extern const char kForceDirectionLTR[];
- BASE_I18N_EXPORT extern const char kForceDirectionRTL[];
- }
- #endif
|