summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_util.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 16:09:13 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-15 16:09:13 +0000
commita349dd949137ce0c661885c0bef574cf3e891930 (patch)
tree6052b1a9ae5d5a55645ea6e9008cab0cbb931069 /webkit/fileapi/file_system_util.h
parentba415077a8a3cf8a91485af274b6c833f0dddd0b (diff)
downloadchromium_src-a349dd949137ce0c661885c0bef574cf3e891930.zip
chromium_src-a349dd949137ce0c661885c0bef574cf3e891930.tar.gz
chromium_src-a349dd949137ce0c661885c0bef574cf3e891930.tar.bz2
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
Diffstat (limited to 'webkit/fileapi/file_system_util.h')
-rw-r--r--webkit/fileapi/file_system_util.h5
1 files changed, 0 insertions, 5 deletions
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: