|
Make DeclarativeUserScriptManager non-shared between profiles.
DeclarativeUserScriptManager is now a part of ExtensionSystem::Shared and only
references the regular profile. However, we want the webview content scripts
from WebUI can work with incongnito mode.
We make DeclarativeUserScriptManager becomes a KeyedService. Therefore, each
profile will have its own DeclarativeUserScriptManager object to manage the
master objects created for its profile.
BUG= 461052
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+97 lines, -53 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/declarative_content/content_action.cc
|
View
|
1
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system_impl.h
|
View
|
|
4 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_system_impl.cc
|
View
|
|
4 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.h
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/test_extension_system.cc
|
View
|
|
3 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/browser_context_keyed_service_factories.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/declarative_user_script_manager.h
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A |
extensions/browser/declarative_user_script_manager_factory.h
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extensions/browser/declarative_user_script_manager_factory.cc
|
View
|
1
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_system.h
|
View
|
|
2 chunks |
+0 lines, -4 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, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gypi
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_extension_system.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_extension_system.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 14 (5 generated)
|