Skip to content
This repository was archived by the owner on Jan 4, 2019. It is now read-only.

Commit 1af566a

Browse files
committed
Update missing patch
1 parent 7e052dd commit 1af566a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

patches/master_patch.patch

+24
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,30 @@ index 7671defd7a2f2d49c38015dfe52cdb18b9eb1d21..e40f51499af760411b29f65eed5ed008
14461446
return (renderWidgetHostView_->GetTextInputType() !=
14471447
ui::TEXT_INPUT_TYPE_NONE &&
14481448
[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
14491473
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
14501474
index c1ae2a911735bd1fea7c4b9517f8dfaa362edaab..15b3a67d58136f5e07afa3cc2778a6d60b96e11f 100644
14511475
--- a/content/browser/web_contents/web_contents_impl.cc

0 commit comments

Comments
 (0)