// Copyright 2013 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. #include "chrome/browser/chromeos/first_run/step_names.h" namespace chromeos { namespace first_run { const char kGreetingStep[] = "greeting"; const char kAppListStep[] = "app-list"; const char kTrayStep[] = "tray"; const char kHelpStep[] = "help"; } // namespace first_run } // namespace chromeos