Commit 24c348f1 authored by newt's avatar newt Committed by Commit bot

Remove unused resources.

BUG=398951

Review URL: https://codereview.chromium.org/507133002

Cr-Commit-Position: refs/heads/master@{#292255}
parent 4b42d89e
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 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.
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_enabled="true"
android:color="#ff000000" />
<item
android:state_enabled="false"
android:color="#77000000" />
</selector>
......@@ -24,9 +24,6 @@
<!-- Menu button dragging related dimensions -->
<dimen name="auto_scroll_full_velocity">500dp</dimen>
<dimen name="edge_swipe_in_slop">25dp</dimen>
<dimen name="edge_swipe_in_additional_slop">50dp</dimen>
<dimen name="edge_swipe_out_slop">18dp</dimen>
<!-- Infobar dimensions -->
<!-- Text size of the infobar message. -->
......
......@@ -163,9 +163,6 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_ACCESSIBILITY_TAB_SWITCHER_INCOGNITO_STACK" desc="Content description for the incognito stack selection 'button'.">
Incognito tabs
</message>
<message name="IDS_ACCESSIBILITY_TAB_SWITCHER_TAB_CLOSED" desc="Content description for the tab closed message.">
Tab closed
</message>
<message name="IDS_ACCESSIBILITY_TAB_SWITCHER_UNDO_TAB_CLOSED" desc="Content description for the undo tab closed 'button.">
Reopen closed tab
</message>
......@@ -259,18 +256,12 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_ACCESSIBILITY_MENU_BOOKMARK" desc="Content description for the bookmark button when the page is not currently bookmarked.">
Bookmark page
</message>
<message name="IDS_ACCESSIBILITY_MENU_EDIT_BOOKMARK" desc="Content description for the bookmark button when the page is currently bookmarked.">
Edit bookmark page
</message>
<message name="IDS_ACCESSIBILITY_MENU_FORWARD" desc="Content description for the forward navigation button.">
Go forward
</message>
<message name="IDS_ACCESSIBILITY_MENU_BACK" desc="Content description for the backard navigation button.">
Go back
</message>
<message name="IDS_ACCESSIBILITY_MENU_RELOAD" desc="Content description for the button that reloads the page.">
Reload
</message>
<!-- ContextMenu -->
<message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive menu item to open the selected link in a new tab. [CHAR-LIMIT=30]">
Open in new tab
......
......@@ -9631,10 +9631,10 @@ and incorrect credentials. Either an attacker is trying to pretend to be <ph nam
<message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page." formatter_data="android_java">
Something went wrong while displaying this webpage. To continue, reload or go to another page.
</message>
<message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help." formatter_data="android_java">
<message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help.">
If you're seeing this frequently, try these <ph name="HELP_LINK">$1<ex>suggestions</ex></ph>.
</message>
<message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article." formatter_data="android_java">
<message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
suggestions
</message>
<message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page." formatter_data="android_java">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment