| 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..cbdab005b475c58a4845373b195243dfbb1c0f4b 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.h
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.h
|
| @@ -98,8 +98,10 @@ class BlinkTestRunner : public RenderViewObserver,
|
| std::string EvaluateInWebInspectorOverlay(const std::string& script) override;
|
| void ClearAllDatabases() override;
|
| void SetDatabaseQuota(int quota) override;
|
| - void SimulateWebNotificationClick(const std::string& title,
|
| - int action_index) override;
|
| + void SimulateWebNotificationClick(
|
| + const std::string& title,
|
| + int action_index,
|
| + const base::NullableString16& reply) override;
|
| void SimulateWebNotificationClose(const std::string& title,
|
| bool by_user) override;
|
| void SetDeviceScaleFactor(float factor) override;
|
|
|