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 c2e536996f3a8c58dd3fad8a880e5880b7750b78..a70ee0fa80b787795299dda303199f076e77a1ab 100644 |
--- a/content/shell/renderer/layout_test/blink_test_runner.h |
+++ b/content/shell/renderer/layout_test/blink_test_runner.h |
@@ -91,7 +91,8 @@ class BlinkTestRunner : public RenderViewObserver, |
void EvaluateInWebInspector(long call_id, const std::string& script) override; |
void ClearAllDatabases() override; |
void SetDatabaseQuota(int quota) override; |
- void SimulateWebNotificationClick(const std::string& title) override; |
+ void SimulateWebNotificationClick(const std::string& title, |
+ int action_index) override; |
void SetDeviceScaleFactor(float factor) override; |
void SetDeviceColorProfile(const std::string& name) override; |
void SetBluetoothMockDataSet(const std::string& name) override; |