|
app_shell: Add ShellContentRendererClient
This is a step toward getting app_shell to initialize a renderer with extension support.
* Add apps/shell/renderer so we can separate out the render process code
* Do a little bit of cleanup in the Permissions system, which is the next thing to tackle.
BUG= 335632
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248548
Total comments: 6
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+207 lines, -48 lines) |
Patch |
 |
M |
apps/apps.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
apps/shell/renderer/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/shell/renderer/shell_content_renderer_client.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+54 lines, -0 lines |
0 comments
|
Download
|
 |
A |
apps/shell/renderer/shell_content_renderer_client.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
M |
apps/shell/shell_browser_main_parts.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
M |
apps/shell/shell_extensions_client.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+13 lines, -21 lines |
0 comments
|
Download
|
 |
M |
apps/shell/shell_main_delegate.h
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
apps/shell/shell_main_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+39 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/common/extensions_client.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/api_permission.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/permission_set.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/permissions/permissions_info.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|