diff options
author | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 22:06:26 +0000 |
---|---|---|
committer | ericu@chromium.org <ericu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-23 22:06:26 +0000 |
commit | fcc2d5f0e4ff841a6af7cc7f5834985f833cf935 (patch) | |
tree | 98495fb543a672112124cb348a93a689dc8aa8f0 /webkit/fileapi/file_system_util.h | |
parent | e8b02e718bef710ecf69c52e19d4129c7e29d9ef (diff) | |
download | chromium_src-fcc2d5f0e4ff841a6af7cc7f5834985f833cf935.zip chromium_src-fcc2d5f0e4ff841a6af7cc7f5834985f833cf935.tar.gz chromium_src-fcc2d5f0e4ff841a6af7cc7f5834985f833cf935.tar.bz2 |
Integrated obfuscation with quota; all unit tests now pass with or without the flag that turns on obfuscation.
BUG=none
TEST=unit tests
Review URL: http://codereview.chromium.org/7057032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86351 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_util.h')
-rw-r--r-- | webkit/fileapi/file_system_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h index 6f3bdca..226b85b 100644 --- a/webkit/fileapi/file_system_util.h +++ b/webkit/fileapi/file_system_util.h @@ -33,6 +33,9 @@ FileSystemType QuotaStorageTypeToFileSystemType( quota::StorageType FileSystemTypeToQuotaStorageType(FileSystemType type); +std::string GetOriginIdentifierFromURL(const GURL& url); +GURL GetOriginURLFromIdentifier(const std::string& origin_identifier); + } // namespace fileapi #endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_ |