Chromium Code Reviews| Index: webkit/database/database_util.h |
| =================================================================== |
| --- webkit/database/database_util.h (revision 183642) |
| +++ webkit/database/database_util.h (working copy) |
| @@ -31,6 +31,7 @@ |
| const string16& vfs_file_name); |
| static string16 GetOriginIdentifier(const GURL& url); |
| static GURL GetOriginFromIdentifier(const string16& origin_identifier); |
| + static bool IsValidOriginIdentifier(const string16& origin_identifier); |
| }; |
| } // namespace webkit_database |