Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4327)

Unified Diff: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java

Issue 897933002: Unify stop and close X buttons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
index 6d23697b6b4a36fbcb72f984e565bd617fe7c49e..35b8e4f551117d842923a3194fa8e19aea7f202d 100644
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java
@@ -50,7 +50,7 @@ public class ChromeShellToolbar extends LinearLayout {
mProgressDrawable.setLevel(100 * mProgress);
if (mLoading) {
mStopReloadButton.setImageResource(
- R.drawable.btn_toolbar_stop);
+ R.drawable.btn_close);
} else {
mStopReloadButton.setImageResource(R.drawable.btn_toolbar_reload);
ApiCompatibilityUtils.postOnAnimationDelayed(ChromeShellToolbar.this,

Powered by Google App Engine
This is Rietveld 408576698