From a349dd949137ce0c661885c0bef574cf3e891930 Mon Sep 17 00:00:00 2001 From: "kinuko@chromium.org" Date: Mon, 15 Oct 2012 16:09:13 +0000 Subject: Implement FileSystemURL.DebugString() BUG=154766 TEST=FileSystemURLTest.DebugString Review URL: https://chromiumcodereview.appspot.com/11150017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161867 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_system_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'webkit/fileapi/file_system_util.h') diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h index 4a64b46..0554a68 100644 --- a/webkit/fileapi/file_system_util.h +++ b/webkit/fileapi/file_system_util.h @@ -24,11 +24,6 @@ extern const char kTemporaryDir[]; extern const char kExternalDir[]; extern const char kIsolatedDir[]; extern const char kTestDir[]; -extern const char kPersistentName[]; -extern const char kTemporaryName[]; -extern const char kExternalName[]; -extern const char kIsolatedName[]; -extern const char kTestName[]; class FILEAPI_EXPORT VirtualPath { public: -- cgit v1.1