From 4d44891289a162420b9c4d4ae24ea1d5170d66dd Mon Sep 17 00:00:00 2001 From: "atwilson@chromium.org" Date: Thu, 4 Nov 2010 17:48:29 +0000 Subject: Removed Media Cache Enabled Flag Removed methods for querying and enabling media cache as the cache has been stable enough we shouldn't have to worry about checking anymore. BUG=None. TEST=No specific test as this flag hasn't been used. Review URL: http://codereview.chromium.org/4266001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65077 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webkit_glue.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'webkit/glue/webkit_glue.h') diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index b745db4..6cc55b2 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -146,11 +146,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 ------------------------------- -- cgit v1.1