chromium/android_webview/nonembedded/java/res_devui/menu/net_log_menu.xml

<?xml version="1.0" encoding="utf-8"?>
<!--
  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.
-->

<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!--suppress HardcodedText -->
  <item
      android:id="@+id/net_log_menu_share"
      android:title="Share"/>
  <!--suppress HardcodedText -->
  <item
      android:id="@+id/net_log_menu_delete"
      android:title="Delete"/>
</menu>