commit 01cfbaafcb20abf374997d23a9b8099f448a4ade Author: Hermann Loose Date: Mon Oct 5 13:27:27 2020 +0200 Add experiment ID for new context controls Change-Id: I18c5560ff6d36f347a8ec9e5117b10ccd7337fa3 diff --git a/polygerrit-ui/app/services/flags/flags.ts b/polygerrit-ui/app/services/flags/flags.ts index b45710b..047e9e0 100644 --- a/polygerrit-ui/app/services/flags/flags.ts +++ b/polygerrit-ui/app/services/flags/flags.ts @@ -26,4 +26,5 @@ export interface FlagsService { export enum KnownExperimentId { PATCHSET_COMMENTS = 'UiFeature__patchset_comments', PATCHSET_CHOICE_FOR_COMMENT_LINKS = 'UiFeature__patchset_choice_for_comment_links', + NEW_CONTEXT_CONTROLS = 'UiFeature__new_context_controls', }