| 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 c55ab4b9e1a268f89879537b6650de3043095dca..493471fb854392b0680fd698edbcc0e58ac7b379 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -548,13 +548,6 @@ class TestRunner : public WebTestRunner,
|
| // MIDI function to control permission handling.
|
| void SetMIDIAccessorResult(bool result);
|
|
|
| - // Grants permission for desktop notifications to an origin
|
| - void GrantWebNotificationPermission(const GURL& origin,
|
| - bool permission_granted);
|
| -
|
| - // Clears all previously granted Web Notification permissions.
|
| - void ClearWebNotificationPermissions();
|
| -
|
| // Simulates a click on a Web Notification.
|
| void SimulateWebNotificationClick(const std::string& title);
|
|
|
|
|