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

Unified Diff: content/shell/renderer/layout_test/webkit_test_runner.h

Issue 659043003: Implement the ability to layout test Web Worker-based Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: content/shell/renderer/layout_test/webkit_test_runner.h
diff --git a/content/shell/renderer/layout_test/webkit_test_runner.h b/content/shell/renderer/layout_test/webkit_test_runner.h
index 4bba3db561dc20b51c2e2caebdd409bac715a006..96f189bfa3344bd4779248002c46482f45d4a283 100644
--- a/content/shell/renderer/layout_test/webkit_test_runner.h
+++ b/content/shell/renderer/layout_test/webkit_test_runner.h
@@ -93,6 +93,7 @@ class WebKitTestRunner : public RenderViewObserver,
void GrantWebNotificationPermission(const GURL& origin,
bool permission_granted) override;
void ClearWebNotificationPermissions() override;
+ void SimulateWebNotificationClick(const std::string& title) override;
void SetDeviceScaleFactor(float factor) override;
void SetDeviceColorProfile(const std::string& name) override;
void SetFocus(WebTestProxyBase* proxy, bool focus) override;

Powered by Google App Engine
This is Rietveld 408576698