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

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

Issue 2403893002: Add layout test for reply property of notificationclick event (Closed)
Patch Set: Add layout test for reply property of notificationclick event 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: content/shell/renderer/layout_test/blink_test_runner.h
diff --git a/content/shell/renderer/layout_test/blink_test_runner.h b/content/shell/renderer/layout_test/blink_test_runner.h
index 0ef7a287fdf54fce42421a63b27e692f483fb15e..75a59c34cac9e73a11d8c39075a151736d9cef89 100644
--- a/content/shell/renderer/layout_test/blink_test_runner.h
+++ b/content/shell/renderer/layout_test/blink_test_runner.h
@@ -99,7 +99,8 @@ class BlinkTestRunner : public RenderViewObserver,
void ClearAllDatabases() override;
void SetDatabaseQuota(int quota) override;
void SimulateWebNotificationClick(const std::string& title,
- int action_index) override;
+ int action_index,
+ const std::string& reply) override;
void SimulateWebNotificationClose(const std::string& title,
bool by_user) override;
void SetDeviceScaleFactor(float factor) override;

Powered by Google App Engine
This is Rietveld 408576698