| Index: components/cronet/ios/test/test_server.h
|
| diff --git a/components/cronet/ios/test/test_server.h b/components/cronet/ios/test/test_server.h
|
| index 7e908702f776a5f90da41c851256d6c723360749..91d03b8ccfe40f272d1bc578e81068b47e2ba2bf 100644
|
| --- a/components/cronet/ios/test/test_server.h
|
| +++ b/components/cronet/ios/test/test_server.h
|
| @@ -15,6 +15,7 @@ class TestServer {
|
| static void Shutdown();
|
|
|
| static std::string GetEchoHeaderURL(const std::string& header_name);
|
| + static std::string GetSetCookieURL(const std::string& cookie_line);
|
| };
|
|
|
| } // namespace cronet
|
|
|