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

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: Self-review... 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
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 f43ef13c6c162b90b969f342cf1fe90dc5638cb1..a935d87f25fc5ebb8a13f49ba676c3932e156245 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;

Powered by Google App Engine
This is Rietveld 408576698