summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/first_run/first_run.h
blob: c4a02d843bd55bdfd90ca4e8a48a6225b53d6828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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_