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

Unified Diff: tools/skiaserve/skiaserve.cpp

Issue 2023023002: skiaserve: Add /quitquitquit handler. Will be used in the hosted debugger. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: space Created 4 years, 7 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 | « no previous file | tools/skiaserve/urlhandlers/QuitHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skiaserve/skiaserve.cpp
diff --git a/tools/skiaserve/skiaserve.cpp b/tools/skiaserve/skiaserve.cpp
index c2c5150504bf7c088bc77d8788715c693d36aab0..1a188dbddfa251090355496d797ac7ea39635369 100644
--- a/tools/skiaserve/skiaserve.cpp
+++ b/tools/skiaserve/skiaserve.cpp
@@ -45,6 +45,7 @@ public:
fHandlers.push_back(new BatchBoundsHandler);
fHandlers.push_back(new ColorModeHandler);
fHandlers.push_back(new SRGBModeHandler);
+ fHandlers.push_back(new QuitHandler);
}
~UrlManager() {
« no previous file with comments | « no previous file | tools/skiaserve/urlhandlers/QuitHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698