diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 23:06:02 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 23:06:02 +0000 |
commit | 6cf19311fbe08c5c8c674a50fd834ae818b549c0 (patch) | |
tree | 3695140186636fea207811b46160cbef6d985ac2 /webkit/glue | |
parent | 6c93e3656f1d01e24908c8c8cd07e6c2d53bb05c (diff) | |
download | chromium_src-6cf19311fbe08c5c8c674a50fd834ae818b549c0.zip chromium_src-6cf19311fbe08c5c8c674a50fd834ae818b549c0.tar.gz chromium_src-6cf19311fbe08c5c8c674a50fd834ae818b549c0.tar.bz2 |
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
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/webkit_glue.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |