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

Unified Diff: chrome/browser/banners/app_banner_data_fetcher_browsertest.cc

Issue 1308533006: webapps: allow callers of icon downloader/selector to specify a minimum size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-splashscreen-icon
Patch Set: Address review comments Created 5 years, 3 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/banners/app_banner_data_fetcher_browsertest.cc
diff --git a/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc b/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
index 3b5979f1e6d9a14da02a75764225790f22e33d7f..ecc75c420268d9b79557d5ad534e0ce025e14b1f 100644
--- a/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
+++ b/chrome/browser/banners/app_banner_data_fetcher_browsertest.cc
@@ -94,7 +94,8 @@ class AppBannerDataFetcherBrowserTest : public InProcessBrowserTest,
browser()->tab_strip_model()->GetActiveWebContents();
scoped_refptr<AppBannerDataFetcherDesktop> fetcher(
new AppBannerDataFetcherDesktop(web_contents,
- weak_factory_.GetWeakPtr(), 128));
+ weak_factory_.GetWeakPtr(),
+ 128, 128));
base::RunLoop run_loop;
quit_closure_ = run_loop.QuitClosure();

Powered by Google App Engine
This is Rietveld 408576698