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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java

Issue 1480023002: Remove all "cr." and "cr_" prefixes from TAG from chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cr prefix Created 5 years, 1 month 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/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java
index df1bb3f0fbec7b0a95d6ce958c05cf03bd8673c2..9c959b26699ac70725974b8190411bdb876f964e 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/customtabs/ActionButtonParams.java
@@ -24,7 +24,7 @@ import org.chromium.chrome.browser.widget.TintedDrawable;
* Container for all parameters related to creating a custom action button.
*/
/* package */ class ActionButtonParams {
- private static final String TAG = "cr_CustomTabs";
+ private static final String TAG = "CustomTabs";
private Bitmap mIcon;
private String mDescription;

Powered by Google App Engine
This is Rietveld 408576698