blob: 6fc47d43c9a8c1becdf2ce1d4058607c1c3ee601 [file] [log] [blame]
// Copyright 2021 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 "components/segmentation_platform/internal/constants.h"
namespace segmentation_platform {
const char kSegmentationResultPref[] =
"segmentation_platform.segmentation_result";
// The segmentation platform will ignore all the valid results from previous
// model executions, and re-run all the models and recompute segment selections.
// Used for testing the model execution locally.
const char kSegmentationPlatformRefreshResultsSwitch[] =
"segmentation-platform-refresh-results";
} // namespace segmentation_platform