|
Move app_shell specific impl from athena_lib to athena_shell_lib
* AppActivity is now base class. There will be one for chrome
* Moved content_activity_factory.h from public to impl as ther eis no need to expose header.
* Added CreateAppActivity that takes apps::Window. Chrome
impl will use this to create an activity. This simply returns NULL for app_shell version.
BUG= 397167
R=mukai@chromium.org
TBR=jamescook@chromium.org
TEST=no functional change. all tests must pass.
Committed: https://crrev.com/025e4673571604d9bb7cbb7359030a076e8611ce
Cr-Commit-Position: refs/heads/master@{#292038}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+146 lines, -69 lines) |
Patch |
 |
M |
athena/activity/public/activity_factory.h
|
View
|
1
|
2 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/athena.gyp
|
View
|
1
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/content/DEPS
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.h
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.cc
|
View
|
|
3 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_unittest.cc
|
View
|
1
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
athena/content/content_activity_factory.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
athena/content/content_activity_factory.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
D |
athena/content/public/content_activity_factory.h
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
A |
athena/content/public/content_activity_factory_creator.h
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
athena/content/shell/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
athena/content/shell/content_activity_factory.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
A |
athena/content/shell/shell_app_activity.h
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
athena/content/shell/shell_app_activity.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/main/athena_launcher.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
athena/main/athena_main.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity_factory.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity_factory.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|