Browser: add "clear history" menu in history page
Add clear history menu on history page for carrier.
Add a menu item in history.xml for BrowserHistoryPage activity
to support to clear browser history.
CRs-Fixed: 507952
Change-Id: Ie521465bc2068d339d2896b668595297128f0729
diff --git a/res/menu/history.xml b/res/menu/history.xml
index a8c1b29..91660ad 100644
--- a/res/menu/history.xml
+++ b/res/menu/history.xml
@@ -15,4 +15,7 @@
-->
<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/clear_history_menu_id"
+ android:title="@string/clear_history"
+ android:icon="@android:drawable/ic_menu_close_clear_cancel"/>
</menu>