| Index: chrome/browser/android/banners/app_banner_manager_android.h
|
| diff --git a/chrome/browser/android/banners/app_banner_manager_android.h b/chrome/browser/android/banners/app_banner_manager_android.h
|
| index 9a6cd3cd6db38deb1cc0ee7e664f178cf88bd475..e4423090b171c95a4245e7338801477d94032c9d 100644
|
| --- a/chrome/browser/android/banners/app_banner_manager_android.h
|
| +++ b/chrome/browser/android/banners/app_banner_manager_android.h
|
| @@ -42,8 +42,8 @@ class AppBannerManagerAndroid
|
| const;
|
|
|
| // Returns true if the banner pipeline is currently running.
|
| - bool IsActiveForTesting(JNIEnv* env,
|
| - const base::android::JavaParamRef<jobject>& jobj);
|
| + bool IsRunningForTesting(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& jobj);
|
|
|
| // Informs the InstallableManager for the WebContents we are attached to that
|
| // the add to homescreen menu item has been tapped.
|
|
|