diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 03:23:04 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 03:23:04 +0000 |
commit | 961c299052ded4da7321fb1da0c3ee42d844849f (patch) | |
tree | a388aa4c74a8028c6a087e2f377d42a8af5251ad /webkit/glue/webkit_glue.h | |
parent | 585ee0c0c73594fba28f00091631a981f028dd92 (diff) | |
download | chromium_src-961c299052ded4da7321fb1da0c3ee42d844849f.zip chromium_src-961c299052ded4da7321fb1da0c3ee42d844849f.tar.gz chromium_src-961c299052ded4da7321fb1da0c3ee42d844849f.tar.bz2 |
Revert r27589 that broke the tree
TBR=scherkus
Review URL: http://codereview.chromium.org/246043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-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 1874510..73fbe6b 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -122,11 +122,6 @@ WebKit::WebCanvas* ToWebCanvas(skia::PlatformCanvas*); // used to get memory usage statistics. int GetGlyphPageCount(); -// Methods to query and enable media cache. -// TODO(hclam): Remove these methods when the cache is stable enough. -bool IsMediaCacheEnabled(); -void SetMediaCacheEnabled(bool enabled); - //---- END FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE ------------------------------- |