blob: 8ce07e4c445e0fe34dea256c6d817a1330ac0bb3 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_NUX_CONSTANTS_H_
#define COMPONENTS_NUX_CONSTANTS_H_
namespace base {
struct Feature;
} // namespace base
namespace nux {
extern const base::Feature kNuxEmailFeature;
extern const base::Feature kNuxGoogleAppsFeature;
extern const base::Feature kNuxOnboardingFeature;
extern const char kNuxEmailUrl[];
extern const char kNuxGoogleAppsUrl[];
} // namespace nux
#endif // COMPONENTS_NUX_CONSTANTS_H_