summaryrefslogtreecommitdiffstats
path: root/webkit/database/database_util.h
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-26 00:28:43 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-26 00:28:43 +0000
commit19eb8015c483fff874bf1eddb80bd26cf4167f33 (patch)
treebe896411dde17d24eb8dbcd67e7b4c5cad2ef1b6 /webkit/database/database_util.h
parentf02074331bddc7d89b20e6b3a8fb934e6891207c (diff)
downloadchromium_src-19eb8015c483fff874bf1eddb80bd26cf4167f33.zip
chromium_src-19eb8015c483fff874bf1eddb80bd26cf4167f33.tar.gz
chromium_src-19eb8015c483fff874bf1eddb80bd26cf4167f33.tar.bz2
Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class
and use it in the extension service, data remover, and storage subsystems. BUG=52357 TEST=extension_service_unittest.cc Review URL: http://codereview.chromium.org/6551028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76126 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/database/database_util.h')
-rw-r--r--webkit/database/database_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h
index cecea79..20410dc 100644
--- a/webkit/database/database_util.h
+++ b/webkit/database/database_util.h
@@ -25,6 +25,7 @@ class DatabaseUtil {
static FilePath GetFullFilePathForVfsFile(DatabaseTracker* db_tracker,
const string16& vfs_file_name);
static string16 GetOriginIdentifier(const GURL& url);
+ static GURL GetOriginFromIdentifier(const string16& origin_identifier);
};
} // namespace webkit_database