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

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

Issue 2670963002: Android: Fire the appinstalled event on WebAPK installation. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 d784833aa35b522bc2c8c10ee45d6cbeef05fd43..daf2d9f626a4c3553792b4cb56a24f175dbf2877 100644
--- a/chrome/browser/android/banners/app_banner_manager_android.h
+++ b/chrome/browser/android/banners/app_banner_manager_android.h
@@ -71,6 +71,8 @@ class AppBannerManagerAndroid
// Registers native methods.
static bool Register(JNIEnv* env);
+ using AppBannerManager::GetWeakPtr;
dominickn 2017/04/24 00:56:30 Instead of using, just make the GetWeakPtr method
Matt Giuca 2017/04/24 01:42:13 Done.
+
protected:
// Return the ideal badge icon size.
int GetIdealBadgeIconSizeInPx();

Powered by Google App Engine
This is Rietveld 408576698