Add commit container gr endpoint.

This will provide plugin support for hooks within the commitContainer element.

Change-Id: Ib0297685af66c733cf7d79de67664ee515dbde41
This commit is contained in:
Thomas Shafer
2019-02-13 15:37:45 -08:00
parent 14f1295319
commit 8df0f74b2a

View File

@@ -486,6 +486,12 @@ limitations under the License.
[[_computeCollapseText(_commitCollapsed)]]
</gr-button>
</div>
<gr-endpoint-decorator name="commit-container">
<gr-endpoint-param name="change" value="[[_change]]">
</gr-endpoint-param>
<gr-endpoint-param name="revision" value="[[_selectedRevision]]">
</gr-endpoint-param>
</gr-endpoint-decorator>
</div>
<div class="relatedChanges">
<gr-related-changes-list id="relatedChanges"