-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add installation progress to brave://ipfs page
- Loading branch information
1 parent
1b43a85
commit f5e27e4
Showing
12 changed files
with
89 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 13 additions & 5 deletions
18
patches/components-component_updater-component_updater_service.h.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h | ||
index 9de20a64577ba39d467207ef28058a03bc7fb218..6131fd7f0810c4082b735b04d8add24baf4f4619 100644 | ||
index 9de20a64577ba39d467207ef28058a03bc7fb218..53004cd57b593c5dc64081b8b446c397574aa3d7 100644 | ||
--- a/components/component_updater/component_updater_service.h | ||
+++ b/components/component_updater/component_updater_service.h | ||
@@ -163,6 +163,7 @@ class OnDemandUpdater { | ||
@@ -150,6 +150,7 @@ class ComponentUpdateService { | ||
|
||
friend class speech::SodaInstallerImpl; | ||
friend class ::ComponentsHandler; | ||
+ BRAVE_COMPONENT_UPDATER_SERVICE_H_ | ||
FRIEND_TEST_ALL_PREFIXES(ComponentInstallerTest, RegisterComponent); | ||
}; | ||
|
||
@@ -163,6 +164,7 @@ class OnDemandUpdater { | ||
enum class Priority { BACKGROUND = 0, FOREGROUND = 1 }; | ||
|
||
virtual ~OnDemandUpdater() = default; | ||
+ BRAVE_COMPONENT_UPDATER_SERVICE_H_ | ||
+ BRAVE_COMPONENT_UPDATER_SERVICE_H_ON_DEMAND_UPDATER | ||
|
||
private: | ||
friend class OnDemandTester; |