| 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 f8b0b8f53ca612e4f9fe762fec70be3dcab72188..6ead60971ab197b946e55e38bbea492c5ed8e974 100644
|
| --- a/content/shell/renderer/test_runner/test_runner.h
|
| +++ b/content/shell/renderer/test_runner/test_runner.h
|
| @@ -561,15 +561,6 @@ class TestRunner : public WebTestRunner,
|
| void CopyImageAtAndCapturePixelsAsyncThen(
|
| int x, int y, const v8::Handle<v8::Function> callback);
|
|
|
| - // TODO(mvanouwerkerk): Delete once refactor to platform is complete.
|
| - // https://crbug.com/389194
|
| - void SetMockPushClientSuccess(const std::string& endpoint,
|
| - const std::string& registration_id);
|
| -
|
| - // TODO(mvanouwerkerk): Delete once refactor to platform is complete.
|
| - // https://crbug.com/389194
|
| - void SetMockPushClientError(const std::string& message);
|
| -
|
| // Sets the origin's permission to use the Push API to granted or denied.
|
| void SetPushMessagingPermission(const GURL& origin, bool allowed);
|
|
|
|
|