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

Unified Diff: chrome/browser/android/banners/app_banner_manager_android.h

Issue 2957063002: Update app banner state machine to use more states. (Closed)
Patch Set: Feedback Created 3 years, 5 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
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.

Powered by Google App Engine
This is Rietveld 408576698