| Index: webkit/tools/test_shell/gtk/test_shell.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/gtk/test_shell.cc (revision 3977)
|
| +++ webkit/tools/test_shell/gtk/test_shell.cc (working copy)
|
| @@ -192,20 +192,4 @@
|
| return L"en-US";
|
| }
|
|
|
| -// The following cookie functions shouldn't live here, but do for now in order
|
| -// to get things linking
|
| -
|
| -std::string GetCookies(const GURL &url, const GURL &policy_url) {
|
| - return "";
|
| -}
|
| -
|
| -void SetCookie(const GURL &url, const GURL &policy_url, const std::string &cookie) {
|
| -}
|
| -
|
| -
|
| -ResourceLoaderBridge *
|
| -ResourceLoaderBridge::Create(WebFrame*, std::string const &, GURL const&, GURL const&, GURL const&, std::string const&, int, int, ResourceType::Type, bool) {
|
| - return NULL;
|
| -}
|
| -
|
| } // namespace webkit_glue
|
|
|