diff options
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, |