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

Unified Diff: components/test_runner/test_runner.h

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Rebase Created 4 years, 2 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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index ac2ebd935dc57b3d32cf7d54b82bfe1b11ac8f5f..889c3c36ed330fae5f4cfbf631a77e0ebf5fc60d 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -517,9 +517,8 @@ class TestRunner : public WebTestRunner {
const GURL& origin,
const GURL& embedding_origin);
- // Resolve the beforeinstallprompt event with the matching request id.
- void ResolveBeforeInstallPromptPromise(int request_id,
- const std::string& platform);
+ // Resolve the in-flight beforeinstallprompt event.
+ void ResolveBeforeInstallPromptPromise(const std::string& platform);
// Calls setlocale(LC_ALL, ...) for a specified locale.
// Resets between tests.

Powered by Google App Engine
This is Rietveld 408576698