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

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

Issue 2969163002: Remove AppBannerManager::event_request_id(). (Closed)
Patch Set: Refactor into method 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
« no previous file with comments | « no previous file | chrome/browser/android/banners/app_banner_infobar_delegate_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.h
diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
index ecba8527e796b684666e24a49c560de3f11e4e08..581ae2214d4b92201ab6aa2bafbd7dddb0008e98 100644
--- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
+++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.h
@@ -42,7 +42,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
std::unique_ptr<ShortcutInfo> info,
const SkBitmap& primary_icon,
const SkBitmap& badge_icon,
- int event_request_id,
bool is_webapk,
webapk::InstallSource webapk_install_source);
@@ -54,8 +53,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
const base::android::ScopedJavaGlobalRef<jobject>& native_app_data,
const SkBitmap& icon,
const std::string& native_app_package,
- const std::string& referrer,
- int event_request_id);
+ const std::string& referrer);
~AppBannerInfoBarDelegateAndroid() override;
@@ -96,7 +94,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
std::unique_ptr<ShortcutInfo> info,
const SkBitmap& primary_icon,
const SkBitmap& badge_icon,
- int event_request_id,
bool is_webapk,
webapk::InstallSource webapk_install_source);
@@ -106,8 +103,7 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
const base::android::ScopedJavaGlobalRef<jobject>& native_app_data,
const SkBitmap& icon,
const std::string& native_app_package,
- const std::string& referrer,
- int event_request_id);
+ const std::string& referrer);
void CreateJavaDelegate();
bool AcceptNativeApp(content::WebContents* web_contents);
@@ -158,7 +154,6 @@ class AppBannerInfoBarDelegateAndroid : public ConfirmInfoBarDelegate {
std::string native_app_package_;
std::string referrer_;
- int event_request_id_;
bool has_user_interaction_;
bool is_webapk_;
« no previous file with comments | « no previous file | chrome/browser/android/banners/app_banner_infobar_delegate_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698