diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 17:46:13 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-11 17:46:13 +0000 |
commit | a3703dd92f9779ada9486a9781b05d071e836099 (patch) | |
tree | bb9673d0a5eb14cc5953f86808d17d45e78d805f /webkit/database/database_util.h | |
parent | 18fe172980c11836c129b4cdc30e5530c77c10a0 (diff) | |
download | chromium_src-a3703dd92f9779ada9486a9781b05d071e836099.zip chromium_src-a3703dd92f9779ada9486a9781b05d071e836099.tar.gz chromium_src-a3703dd92f9779ada9486a9781b05d071e836099.tar.bz2 |
Add support for CONTENT_SETTING_ASK to database.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/572001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/database/database_util.h')
-rw-r--r-- | webkit/database/database_util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h index c18e5f4..2aa35b3 100644 --- a/webkit/database/database_util.h +++ b/webkit/database/database_util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -14,6 +14,8 @@ class DatabaseTracker; class DatabaseUtil { public: + // Extract various information from a database vfs_file_name. All return + // parameters are optional. static bool CrackVfsFileName(const string16& vfs_file_name, string16* origin_identifier, string16* database_name, |