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

Side by Side Diff: net/test/embedded_test_server/default_handlers.h

Issue 1406313002: Adding Default Handlers from SpawnedTestServer to EmbeddedTestServer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ets
Patch Set: Fixing auth parsing. Created 5 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_TEST_EMBEDDED_TEST_SERVER_DEFAULT_HANDLERS_H_
6 #define NET_TEST_EMBEDDED_TEST_SERVER_DEFAULT_HANDLERS_H_
7
8 #include "net/test/embedded_test_server/embedded_test_server.h"
9
10 namespace net {
11 namespace test_server {
12
13 // This file is only meant for compatibility with testserver.py. No
14 // additional handlers should be added here that don't affect multiple
15 // distinct tests.
16
17 // Registers default handlers for use in tests.
18 void RegisterDefaultHandlers(EmbeddedTestServer* server);
19
20 } // namespace test_server
21 } // namespace net
22
23 #endif // NET_TEST_EMBEDDED_TEST_SERVER_DEFAULT_HANDLERS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698