aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skiaserve/Response.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2016-02-26 08:22:49 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-26 08:22:49 -0800
commit1e5884b066da57a0c5dd9a0f9489b0bb1c3b3c34 (patch)
treeae9dbfd543884e5584217f252770506ca5f39a00 /tools/skiaserve/Response.h
parent4ee1cdad526fd8b6bb50d6f9d339b2c782257a8b (diff)
Wire up /batches in skiaserve
Diffstat (limited to 'tools/skiaserve/Response.h')
-rw-r--r--tools/skiaserve/Response.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/skiaserve/Response.h b/tools/skiaserve/Response.h
index ef115e9d23..7655d6f354 100644
--- a/tools/skiaserve/Response.h
+++ b/tools/skiaserve/Response.h
@@ -21,8 +21,6 @@ namespace Response {
int SendData(MHD_Connection* connection, const SkData* data, const char* type,
bool setContentDisposition = false, const char* dispositionString = nullptr);
- int SendJSON(MHD_Connection* connection, Request* request, int n);
-
int SendTemplate(MHD_Connection* connection, bool redirect = false,
const char* redirectUrl = nullptr);
}