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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 1807643002: Make test_runner::AppBannerClient an internal detail of components/test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 9 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
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_test_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index e1dd85e22d2df55377c67fb58a34e81551870d73..32a34571487a9de21f366a3dd29ff401c6cec766 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -279,14 +279,6 @@ class WebTestDelegate {
const std::vector<std::string>& event_platforms,
const base::Callback<void(bool)>& callback) = 0;
- // Resolve the promise associated with the beforeinstallprompt even with
- // request id |request_id|. The promise is resolved with a result.platform set
- // to |platform|. If |platform| is not empty, result.outcome will be
- // 'accepted', otherwise it will be 'dismissed'.
- virtual void ResolveBeforeInstallPromptPromise(
- int request_id,
- const std::string& platform) = 0;
-
virtual blink::WebPlugin* CreatePluginPlaceholder(
blink::WebLocalFrame* frame,
const blink::WebPluginParams& params) = 0;
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/shell/renderer/layout_test/blink_test_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698