| // Copyright 2020 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/first_run/android/first_run_prefs.h" | |
| namespace first_run { | |
| // Whether the ToS should be shown during the first-run for CCTs. | |
| const char kTosDialogBehavior[] = "policy.cct_tos_dialog_behavior"; | |
| } // namespace first_run |