| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index ac2ebd935dc57b3d32cf7d54b82bfe1b11ac8f5f..0133ed274adc9118cbc85cf2862326b32c5e8949 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -25,6 +25,10 @@
|
| class GURL;
|
| class SkBitmap;
|
|
|
| +namespace base {
|
| +class NullableString16;
|
| +}
|
| +
|
| namespace blink {
|
| class WebContentSettingsClient;
|
| class WebFrame;
|
| @@ -529,7 +533,9 @@ class TestRunner : public WebTestRunner {
|
| void SetMIDIAccessorResult(bool result);
|
|
|
| // Simulates a click on a Web Notification.
|
| - void SimulateWebNotificationClick(const std::string& title, int action_index);
|
| + void SimulateWebNotificationClick(const std::string& title,
|
| + int action_index,
|
| + const base::NullableString16& reply);
|
|
|
| // Simulates closing a Web Notification.
|
| void SimulateWebNotificationClose(const std::string& title, bool by_user);
|
|
|