Index: chrome/android/java/res/drawable/sad_tab_reload_button_pressed.xml |
diff --git a/chrome/android/java/res/drawable/sad_tab_reload_button_pressed.xml b/chrome/android/java/res/drawable/sad_tab_reload_button_pressed.xml |
deleted file mode 100644 |
index 447595a461e237097e5ad67b9f1c459affe89680..0000000000000000000000000000000000000000 |
--- a/chrome/android/java/res/drawable/sad_tab_reload_button_pressed.xml |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-<?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. |
---> |
- |
-<shape xmlns:android="http://schemas.android.com/apk/res/android" > |
- <solid android:color="#0098ce" /> |
- <stroke |
- android:width="1dp" |
- android:color="#0098ce" /> |
- <corners android:radius="2dp" /> |
-</shape> |