Chromium Code Reviews| 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..e83b3434fe06f0f72d8842ca6b43f88ebde8cd33 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 ClearBluetoothAllowedDevicesMap() = 0; |
|
scheib
2017/02/03 23:28:13
For test only methods should end with ForTesting
h
juncai
2017/02/08 06:43:49
Done.
|
| + |
| protected: |
| virtual ~StoragePartition() {} |
| }; |