diff options
author | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:20:41 +0000 |
---|---|---|
committer | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-24 01:20:41 +0000 |
commit | 3cfc10fcd8d40f3e89a8d20d5476a58b76c8848e (patch) | |
tree | 2acd152cde604e72692de96666cade7bfc2e7af5 /webkit/chromeos | |
parent | b145c17453d766ae5ab7eb92737321dd9f145d73 (diff) | |
download | chromium_src-3cfc10fcd8d40f3e89a8d20d5476a58b76c8848e.zip chromium_src-3cfc10fcd8d40f3e89a8d20d5476a58b76c8848e.tar.gz chromium_src-3cfc10fcd8d40f3e89a8d20d5476a58b76c8848e.tar.bz2 |
Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by
removing the obsolete derivation from RefCountedThreadSafe. There's no bug here
yet, but it would be very easy to add one later if we don't clean this up.
BUG=http://code.google.com/p/chromium/issues/detail?id=128942
TEST=none; there's no actual bug there yet.
Review URL: https://chromiumcodereview.appspot.com/10332283
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/chromeos')
-rw-r--r-- | webkit/chromeos/fileapi/cros_mount_point_provider.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h index ae7bc51..d5a0528 100644 --- a/webkit/chromeos/fileapi/cros_mount_point_provider.h +++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h @@ -95,8 +95,6 @@ class CrosMountPointProvider FilePath* virtual_path) OVERRIDE; private: - class GetFileSystemRootPathTask; - // Representation of a mount point exposed by this external mount point // provider. struct MountPoint { |