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

Unified Diff: components/cronet/ios/test/test_server.h

Issue 2513023002: [Cronet] Add CookieStoreIOS. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698