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

Unified Diff: content/common/storage_partition_service.mojom

Issue 1798113002: Switch StoragePartitionService interface to use url::Origin instead of mojo string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android builds per Ken Created 4 years, 9 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/storage_partition_service.mojom
diff --git a/content/common/storage_partition_service.mojom b/content/common/storage_partition_service.mojom
index 02c7283eedd9a0232249317de319ae2e2b8703b9..7445284afb39e98f1e49d3a23370896e3b64e2c2 100644
--- a/content/common/storage_partition_service.mojom
+++ b/content/common/storage_partition_service.mojom
@@ -5,8 +5,9 @@
module content;
import "content/common/leveldb_wrapper.mojom";
+import "url/mojo/origin.mojom";
// Returns services related to the current storage partition.
interface StoragePartitionService {
- OpenLocalStorage(string origin, LevelDBWrapper& database);
+ OpenLocalStorage(url.mojom.Origin origin, LevelDBWrapper& database);
};
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698