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

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

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.cc
diff --git a/storage/browser/database/database_util.cc b/storage/browser/database/database_util.cc
index 77e3888a9be6637e8c5d4ee9f84371a9ee31b8e8..c9d232494f9b43b7891b52b27d0e6373209a8cfa 100644
--- a/storage/browser/database/database_util.cc
+++ b/storage/browser/database/database_util.cc
@@ -101,9 +101,4 @@ base::FilePath DatabaseUtil::GetFullFilePathForVfsFile(
return full_path;
}
-bool DatabaseUtil::IsValidOriginIdentifier(
- const std::string& origin_identifier) {
- return GetOriginFromIdentifier(origin_identifier).is_valid();
-}
-
} // namespace storage

Powered by Google App Engine
This is Rietveld 408576698