From 6cf19311fbe08c5c8c674a50fd834ae818b549c0 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 14 Apr 2011 23:06:02 +0000 Subject: Remove the rest of the Chrome dependencies from RenderThread. Review URL: http://codereview.chromium.org/6853029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81666 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webkit_glue.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'webkit/glue') diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index 5df4a52..7a8bedb 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -156,11 +156,6 @@ int GetGlyphPageCount(); //---- BEGIN FUNCTIONS IMPLEMENTED BY EMBEDDER -------------------------------- -// This function is called to request a prefetch of the entire URL, loading it -// into our cache for (expected) future needs. The given URL may NOT be in -// canonical form and it will NOT be null-terminated; use the length instead. -void PrecacheUrl(const char16* url, int url_length); - // This function is called to add a line to the application's log file. void AppendToLog(const char* filename, int line, const char* message); -- cgit v1.1