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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.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/util/IntentUtils.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.java b/chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.java
index a30ca3c49b7cd776d775320dd93a2a69aebbd223..b2b4c53d2ee19bdcee8a9aa6003a63e5904a60c1 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/util/IntentUtils.java
@@ -24,7 +24,7 @@ import java.util.List;
* Utilities dealing with extracting information from intents.
*/
public class IntentUtils {
- private static final String TAG = "cr_IntentUtils";
+ private static final String TAG = "IntentUtils";
/** See {@link #isIntentTooLarge(Intent)}. */
private static final int MAX_INTENT_SIZE_THRESHOLD = 750000;

Powered by Google App Engine
This is Rietveld 408576698