step_names.h revision f2477e01787aa58f445919b809d89e252beef54f
1// Copyright 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_CHROMEOS_FIRST_RUN_STEP_NAMES_H_
6#define CHROME_BROWSER_CHROMEOS_FIRST_RUN_STEP_NAMES_H_
7
8namespace chromeos {
9namespace first_run {
10
11extern const char kGreetingStep[];
12extern const char kAppListStep[];
13extern const char kTrayStep[];
14extern const char kHelpStep[];
15
16}  // namespace first_run
17}  // namespace chromeos
18
19#endif  // CHROME_BROWSER_CHROMEOS_FIRST_RUN_STEP_NAMES_H_
20
21