Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1593)

Unified Diff: content/shell/renderer/test_runner/test_runner.h

Issue 784873004: Push API: delete MockWebPushClient [switchover 2/6] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « content/shell/renderer/test_runner/mock_web_push_client.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698