|
Move RulesRegistryService to //extensions.
This CL moves RulesRegistryService to //extensions. Since it was dependent on ContentRulesRegistry, we move the essential elements of that interface to //extensions as well, renaming what remains as ChromeContentRulesRegistry.
BUG= 352293
Committed: https://crrev.com/76c67583b565e93ba11f8c0337e696191d760009
Cr-Commit-Position: refs/heads/master@{#296255}
Total comments: 1
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+204 lines, -1060 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/chrome_extensions_api_client.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/chrome_extensions_api_client.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/declarative/declarative_apitest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/declarative/rules_registry_service.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -156 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/declarative/rules_registry_service.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -233 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.h
|
View
|
1
2
3
4
5
|
6 chunks |
+22 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry.cc
|
View
|
1
2
3
|
17 chunks |
+65 lines, -49 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/extensions/api/declarative_content/chrome_content_rules_registry_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/declarative_content/content_rules_registry.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -151 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/declarative_content/content_rules_registry.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -329 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/extensions/api/declarative_content/content_rules_registry_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -97 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/tab_helper.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/api/declarative/rules_registry_service.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
extensions/browser/api/declarative/rules_registry_service.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/api/declarative_content/content_rules_registry.h
|
View
|
1
2
3
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/extensions_api_client.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/extensions_api_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (3 generated)
|