blob: e253825f9c836dbc9003d42ebd8469857cd05c96 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
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"
xmlns:app="http://schemas.android.com/apk/res-auto" >
<item
android:id="@+id/action_delete_saved_password"
android:icon="@drawable/ic_delete_white_24dp"
app:iconTint="@color/default_icon_color"
android:title="@string/password_entry_viewer_delete_stored_password_action_title"
android:contentDescription="@string/password_entry_viewer_delete_stored_password"
app:showAsAction="ifRoom"/>
</menu>