| Index: content/public/browser/storage_partition.h
|
| diff --git a/content/public/browser/storage_partition.h b/content/public/browser/storage_partition.h
|
| index 909b37043ea7b09cc81442b83bfc0d01efc5b27c..ae4ba1e2d9c78d8dcd3546274ad123bec91eb7d8 100644
|
| --- a/content/public/browser/storage_partition.h
|
| +++ b/content/public/browser/storage_partition.h
|
| @@ -166,6 +166,9 @@ class CONTENT_EXPORT StoragePartition {
|
| // unwritten data has been written out to the filesystem.
|
| virtual void Flush() = 0;
|
|
|
| + // Clear the bluetooth allowed devices map. For test use only.
|
| + virtual void ClearBluetoothAllowedDevicesMapForTesting() = 0;
|
| +
|
| protected:
|
| virtual ~StoragePartition() {}
|
| };
|
|
|