|
Split WarningService from ExtensionSystem.
This patch removes both the WarningService accessors from
ExtensionSystem and also the ExtensionWarningBadgeService instance
that it created as this can be built automatically for every
BrowserContext simply by declaring so in its new factory.
BUG=
Committed: https://crrev.com/22114a38f8e580253332a3fbef0a1892aee1e982
Cr-Commit-Position: refs/heads/master@{#302438}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -70 lines) |
Patch |
 |
M |
chrome/browser/extensions/browser_context_keyed_service_factories.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system_impl.h
|
View
|
|
4 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system_impl.cc
|
View
|
|
6 chunks |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_warning_badge_service.h
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_warning_badge_service.cc
|
View
|
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_warning_badge_service_factory.h
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_warning_badge_service_factory.cc
|
View
|
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/extensions/extension_settings_handler.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_system.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/mock_extension_system.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/mock_extension_system.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/warning_service.h
|
View
|
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/warning_service.cc
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/warning_service_factory.h
|
View
|
1
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/warning_service_factory.cc
|
View
|
|
1 chunk |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_extension_system.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_extension_system.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 9 (3 generated)
|