Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: storage/browser/database/database_util.h

Issue 1753403002: Move IsValidOriginIdentifier into appropriate header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: storage/browser/database/database_util.h
diff --git a/storage/browser/database/database_util.h b/storage/browser/database/database_util.h
index 6c67fac930dd9ecc2cc81b086a768be7696e0730..cf106594b6200a4493b9c1d9cd211ad3906b0b36 100644
--- a/storage/browser/database/database_util.h
+++ b/storage/browser/database/database_util.h
@@ -31,7 +31,6 @@ class STORAGE_EXPORT DatabaseUtil {
static base::FilePath GetFullFilePathForVfsFile(
DatabaseTracker* db_tracker,
const base::string16& vfs_file_name);
- static bool IsValidOriginIdentifier(const std::string& origin_identifier);
};
} // namespace storage

Powered by Google App Engine
This is Rietveld 408576698