Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / chromeos / first_run / metrics.h
blobb46e5c63cbad36d1b13355779b9fb9bc61b32e99
1 // Copyright 2014 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.
5 #ifndef CHROME_BROWSER_CHROMEOS_FIRST_RUN_METRICS_H_
6 #define CHROME_BROWSER_CHROMEOS_FIRST_RUN_METRICS_H_
8 namespace chromeos {
9 namespace first_run {
11 enum TutorialCompletion {
12 // User left tutorial before finish.
13 TUTORIAL_NOT_FINISHED,
15 // Tutorial was completed with "Got It" button.
16 TUTORIAL_COMPLETED_WITH_GOT_IT,
18 // Tutorial was completed with "Keep Exploring" button, i.e. Help App was
19 // launched after tutorial.
20 TUTORIAL_COMPLETED_WITH_KEEP_EXPLORING,
22 // Must be the last element.
23 TUTORIAL_COMPLETION_SIZE
26 } // namespace first_run
27 } // namespace chromeos
29 #endif // CHROME_BROWSER_CHROMEOS_FIRST_RUN_METRICS_H_