| 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 5abfe0663557adcf44b3974b7015bdc90159de40..fbeb01cc03ddf4bbafa523f4af8ece15fae71089 100644
|
| --- a/content/shell/browser/layout_test/layout_test_message_filter.h
|
| +++ b/content/shell/browser/layout_test/layout_test_message_filter.h
|
| @@ -50,7 +50,6 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
|
| std::string* filesystem_id);
|
| void OnClearAllDatabases();
|
| void OnSetDatabaseQuota(int quota);
|
| - void OnCheckWebNotificationPermission(const GURL& origin, int* result);
|
| void OnGrantWebNotificationPermission(const GURL& origin,
|
| bool permission_granted);
|
| void OnClearWebNotificationPermissions();
|
|
|