Merge "Allow events to pass detail when using dispatchEventThroughTarget"
diff --git a/plugins/replication b/plugins/replication
index e2a4fd3..293ee35 160000
--- a/plugins/replication
+++ b/plugins/replication
@@ -1 +1 @@
-Subproject commit e2a4fd364366d8d2cf5a02fd7e7577d4ba3bbc3e
+Subproject commit 293ee3590d9fb57f6882e11126d8c97532cce968
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 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',
 }