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

Unified Diff: content/browser/manifest/manifest_browsertest.cc

Issue 2064943002: Pass in extra parameters to WebApkBuilder#buildWebApkAsync() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_manifest000 Created 4 years, 6 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: content/browser/manifest/manifest_browsertest.cc
diff --git a/content/browser/manifest/manifest_browsertest.cc b/content/browser/manifest/manifest_browsertest.cc
index cc6a90586026cb829a97dc57153bbf4e15fd6a3f..0666eb4954920ea9e850c879a750629cf5f497b8 100644
--- a/content/browser/manifest/manifest_browsertest.cc
+++ b/content/browser/manifest/manifest_browsertest.cc
@@ -85,7 +85,7 @@ class ManifestBrowserTest : public ContentBrowserTest {
message_loop_runner_->Run();
}
- void OnGetManifest(const Manifest& manifest) {
+ void OnGetManifest(const GURL& manifest_url, const Manifest& manifest) {
manifest_ = manifest;
message_loop_runner_->Quit();
}
« no previous file with comments | « chrome/browser/extensions/bookmark_app_helper_unittest.cc ('k') | content/browser/manifest/manifest_manager_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698