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

Unified Diff: tools/skiaserve/Response.h

Issue 1737323002: Wire up /batches in skiaserve (Closed) Base URL: https://skia.googlesource.com/skia@skiaserve-1
Patch Set: minor tweak Created 4 years, 10 months 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
« no previous file with comments | « tools/skiaserve/Request.cpp ('k') | tools/skiaserve/Response.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/Response.h
diff --git a/tools/skiaserve/Response.h b/tools/skiaserve/Response.h
index ef115e9d23a4c89ab5bfb79e6eaf9f0430f5a44b..7655d6f354a9616e76bf3af5d00e807904033ff3 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);
}
« no previous file with comments | « tools/skiaserve/Request.cpp ('k') | tools/skiaserve/Response.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698