// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_CONSTANTS_H_ #define COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_CONSTANTS_H_ namespace segmentation_platform { // Input Context keys for emphemeral IOS modules. const char kIsNewUser[] = …; const char kIsSynced[] = …; // Labels for emphemeral IOS modules. const char kPriceTrackingNotificationPromo[] = …; // Commandline ASCII Switch key to indicate that the test module backend ranker // should be used. const char kEphemeralModuleBackendRankerTestOverride[] = …; } // namespace segmentation_platform #endif // COMPONENTS_SEGMENTATION_PLATFORM_EMBEDDER_HOME_MODULES_CONSTANTS_H_