| Index: content/shell/renderer/test_runner/test_runner.h
|
| diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
|
| index 3abed94598f3d42b48d00328148f405ec237da0a..9b3737f33f88e839068d276b1a83ad70c08a0889 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -526,7 +526,7 @@ class TestRunner : public WebTestRunner,
|
| void ClearWebNotificationPermissions();
|
|
|
| // Simulates a click on a desktop notification.
|
| - bool SimulateWebNotificationClick(const std::string& value);
|
| + void SimulateWebNotificationClick(const std::string& title);
|
|
|
| // Speech recognition related functions.
|
| void AddMockSpeechRecognitionResult(const std::string& transcript,
|
|
|