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

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

Issue 1161233005: Implement app banner info bars on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stop-icon-overgeneration
Patch Set: Moving feature enabling to existing #ifs Created 5 years, 7 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_data_fetcher_android.h
diff --git a/chrome/browser/android/banners/app_banner_data_fetcher_android.h b/chrome/browser/android/banners/app_banner_data_fetcher_android.h
index 7114301e0122160a1efe9b039301ef9e52a9b442..e059522e634851aaf6bd37b46f20af92c478e5cf 100644
--- a/chrome/browser/android/banners/app_banner_data_fetcher_android.h
+++ b/chrome/browser/android/banners/app_banner_data_fetcher_android.h
@@ -31,8 +31,8 @@ class AppBannerDataFetcherAndroid : public AppBannerDataFetcher {
std::string GetBannerType() override;
std::string GetAppIdentifier() override;
- infobars::InfoBar* CreateBanner(const SkBitmap* icon,
- const base::string16& title) override;
+ void ShowBanner(const SkBitmap* icon,
+ const base::string16& title) override;
private:
base::android::ScopedJavaGlobalRef<jobject> native_app_data_;
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/android/banners/app_banner_data_fetcher_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698