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

Unified Diff: chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java

Issue 1657853002: Naming fixes to bottom bar color extra (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2623
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
diff --git a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
index 02e196893fca95b8b65a90f9d7b3f209ea7048cd..9693c9767215a178ff5ec533a95d5d6e2fb73d9c 100644
--- a/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
+++ b/chrome/android/java/src/android/support/customtabs/CustomTabsIntent.java
@@ -155,11 +155,11 @@ public class CustomTabsIntent {
public static final int TOOLBAR_ACTION_BUTTON_ID = 0;
/**
- * Extra that changes the background color for the custom action bar. The value should be an int
- * that specifies a {@link Color}, not a resource id.
+ * Extra that changes the background color for the secondary action bar. The value should be an
+ * int that specifies a {@link Color}, not a resource id.
*/
- public static final String EXTRA_CUSTOM_ACTION_BAR_COLOR =
- "android.support.customtabs.extra.CUSTOM_ACTION_BAR_COLOR";
+ public static final String EXTRA_SECONDARY_ACTION_BAR_COLOR =
+ "android.support.customtabs.extra.SECONDARY_ACTION_BAR_COLOR";
/**
* Convenience method to create a VIEW intent without a session for the given package.
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/customtabs/CustomTabIntentDataProvider.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698