blob: c4a02d843bd55bdfd90ca4e8a48a6225b53d6828 [file] [log] [blame]
// 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.
#ifndef CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_H_
#define CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_H_
namespace chromeos {
// Launches app suggesting to participate in tutorial.
void LaunchFirstRunDialog();
// Launches overlay tutorial.
void LaunchFirstRunTutorial();
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_H_