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

Unified Diff: chrome/browser/android/webapk/webapk_installer_unittest.cc

Issue 2528073002: Add a flag in WebAPK's proto when the Web App Manifest is no longer available. (Closed)
Patch Set: Fix the compile error. Created 4 years 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/webapk/webapk_installer_unittest.cc
diff --git a/chrome/browser/android/webapk/webapk_installer_unittest.cc b/chrome/browser/android/webapk/webapk_installer_unittest.cc
index 10021ff93107a0b7e7a694291742e2e107c0910b..a926561daa9b64628ac7916eaa1c3a76e287a796 100644
--- a/chrome/browser/android/webapk/webapk_installer_unittest.cc
+++ b/chrome/browser/android/webapk/webapk_installer_unittest.cc
@@ -113,7 +113,9 @@ class WebApkInstallerRunner {
base::Bind(&WebApkInstallerRunner::OnCompleted, base::Unretained(this)),
kIconMurmur2Hash,
kDownloadedWebApkPackageName,
- kWebApkVersion);
+ kWebApkVersion,
+ false /* stale_manifest */,
+ std::vector<std::string>());
Run();
}

Powered by Google App Engine
This is Rietveld 408576698