| Index: chrome/browser/first_run/first_run.h
|
| diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h
|
| index 7be708fa15fd1c123131ccb754386a5af564864d..4d1628c4427f9d029c602aff73cdf19f3944dd4b 100644
|
| --- a/chrome/browser/first_run/first_run.h
|
| +++ b/chrome/browser/first_run/first_run.h
|
| @@ -62,9 +62,8 @@ enum FirstRunBubbleOptions {
|
| };
|
|
|
| enum ProcessMasterPreferencesResult {
|
| - DO_FIRST_RUN_TASKS = 0, // Should do the first run tasks.
|
| - SKIP_FIRST_RUN_TASKS, // Should skip the first run tasks.
|
| - EULA_EXIT_NOW, // Should immediately exit due to EULA flow.
|
| + FIRST_RUN_PROCEED = 0, // Proceed with first run.
|
| + EULA_EXIT_NOW, // Should immediately exit due to EULA flow.
|
| };
|
|
|
| // See ProcessMasterPreferences for more info about this structure.
|
|
|