| Index: content/shell/browser/layout_test/layout_test_message_filter.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_message_filter.h b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| index 49e4cf5b71da0818cb46e6e650c720fa497ac8dc..1b8829a229f87ed5264aa299a0315cafc42a67a0 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.h
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| @@ -59,7 +59,8 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
|
| bool permission_granted);
|
| void OnClearWebNotificationPermissions();
|
| void OnSimulateWebNotificationClick(const std::string& title,
|
| - int action_index);
|
| + int action_index,
|
| + const base::NullableString16& reply);
|
| void OnSimulateWebNotificationClose(const std::string& title, bool by_user);
|
| void OnSetPushMessagingPermission(const GURL& origin, bool allowed);
|
| void OnClearPushMessagingPermissions();
|
|
|