| Index: chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
|
| diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
|
| index 2f1cd3611f7bd985f68ed63db218552133f6c281..43c8065ff0606b0bf0813a6acd5aa5970e1d0678 100644
|
| --- a/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
|
| +++ b/chrome/android/javatests/src/org/chromium/chrome/browser/customtabs/CustomTabActivityTest.java
|
| @@ -501,7 +501,7 @@ public class CustomTabActivityTest extends CustomTabActivityTestBase {
|
| bundles.add(bundle);
|
| }
|
| intent.putExtra(CustomTabsIntent.EXTRA_ACTION_BAR_ITEMS, bundles);
|
| - intent.putExtra(CustomTabsIntent.EXTRA_CUSTOM_ACTION_BAR_COLOR, barColor);
|
| + intent.putExtra(CustomTabsIntent.EXTRA_SECONDARY_ACTION_BAR_COLOR, barColor);
|
| startCustomTabActivityWithIntent(intent);
|
|
|
| ViewGroup bottomBar = (ViewGroup) getActivity().findViewById(R.id.bottombar);
|
|
|