summaryrefslogtreecommitdiffstats
path: root/content/common/storage_partition_service.mojom
blob: 7445284afb39e98f1e49d3a23370896e3b64e2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2016 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.

module content;

import "content/common/leveldb_wrapper.mojom";
import "url/mojo/origin.mojom";

// Returns services related to the current storage partition.
interface StoragePartitionService {
  OpenLocalStorage(url.mojom.Origin origin, LevelDBWrapper& database);
};