@@ -1446,6 +1446,30 @@ index 7671defd7a2f2d49c38015dfe52cdb18b9eb1d21..e40f51499af760411b29f65eed5ed008
1446
1446
return (renderWidgetHostView_->GetTextInputType() !=
1447
1447
ui::TEXT_INPUT_TYPE_NONE &&
1448
1448
[event type] == NSKeyDown &&
1449
+ diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h
1450
+ index ce0951bacd4dab08db92f6a87087279fcc7e4f09..10c7976815635c945079344e63ecf7f9f9932eaf 100644
1451
+ --- a/content/browser/storage_partition_impl_map.h
1452
+ +++ b/content/browser/storage_partition_impl_map.h
1453
+ @@ -22,6 +22,10 @@ class FilePath;
1454
+ class SequencedTaskRunner;
1455
+ } // namespace base
1456
+
1457
+ + namespace brave {
1458
+ + class BraveBrowserContext;
1459
+ + } // namespace brave
1460
+ +
1461
+ namespace content {
1462
+
1463
+ class BrowserContext;
1464
+ @@ -64,6 +68,8 @@ class CONTENT_EXPORT StoragePartitionImplMap
1465
+ FRIEND_TEST_ALL_PREFIXES(StoragePartitionConfigTest, OperatorLess);
1466
+ FRIEND_TEST_ALL_PREFIXES(StoragePartitionImplMapTest, GarbageCollect);
1467
+
1468
+ + friend class brave::BraveBrowserContext;
1469
+ +
1470
+ // Each StoragePartition is uniquely identified by which partition domain
1471
+ // it belongs to (such as an app or the browser itself), the user supplied
1472
+ // partition name and the bit indicating whether it should be persisted on
1449
1473
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
1450
1474
index c1ae2a911735bd1fea7c4b9517f8dfaa362edaab..15b3a67d58136f5e07afa3cc2778a6d60b96e11f 100644
1451
1475
--- a/content/browser/web_contents/web_contents_impl.cc
0 commit comments