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

Unified Diff: components/html_viewer/web_test_delegate_impl.h

Issue 1656823002: Add layout tests for ServiceWorker's notificationclose event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactored data reflection tests + nits Created 4 years, 11 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 | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_test_delegate_impl.h
diff --git a/components/html_viewer/web_test_delegate_impl.h b/components/html_viewer/web_test_delegate_impl.h
index cae5649f963485b5eff9014cc45a3414807c6d06..30071898b61b875a85842809b7ec889c935c5d6f 100644
--- a/components/html_viewer/web_test_delegate_impl.h
+++ b/components/html_viewer/web_test_delegate_impl.h
@@ -72,6 +72,8 @@ class WebTestDelegateImpl : public test_runner::WebTestDelegate {
void SetDatabaseQuota(int quota) override;
void SimulateWebNotificationClick(const std::string& title,
int action_index) override;
+ void SimulateWebNotificationClose(const std::string& title,
+ bool by_user) override;
void SetDeviceScaleFactor(float factor) override;
void EnableUseZoomForDSF() override;
void SetDeviceColorProfile(const std::string& name) override;
« no previous file with comments | « no previous file | components/html_viewer/web_test_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698