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

Unified Diff: content/public/browser/storage_partition.h

Issue 2658473002: Refactor BluetoothAllowedDevicesMap (Closed)
Patch Set: cleaned up layout test code Created 3 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: 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() {}
};

Powered by Google App Engine
This is Rietveld 408576698