summaryrefslogtreecommitdiffstats
path: root/android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml')
-rw-r--r--android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml b/android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml
new file mode 100644
index 0000000..f577c7c
--- /dev/null
+++ b/android_webview/tools/system_webview_shell/apk/res/menu/main_menu.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2015 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">
+ <item android:id="@+id/menu_reset_webview"
+ android:title="@string/menu_reset_webview"/>
+ <item android:id="@+id/menu_clear_cache"
+ android:title="@string/menu_clear_cache"/>
+ <item android:id="@+id/menu_about"
+ android:title="@string/menu_about"/>
+</menu>