|
V2 app support step2 : Use NativeAppWindow for Activity's window.
This CL removes redundant widget created by Activity, and use NativeAppWindow instead.
Activity APIs needs to some cleanup and I'll look into it once hashimoto-san finished app_window transition.
step3 will replace ChromeAppNativeWindowViews with athena's impl.
BUG= 410448
Committed: https://crrev.com/be9f162893a0ed54ee4c8f5fac3b8e2a113bea02
Cr-Commit-Position: refs/heads/master@{#294297}
Total comments: 9
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+112 lines, -38 lines) |
Patch |
 |
M |
athena/activity/activity_view_manager_impl.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/activity/public/activity_factory.h
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/activity/public/activity_view_model.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/athena.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity.cc
|
View
|
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_proxy.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_proxy.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/content/app_activity_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/content/chrome/content_activity_factory.cc
|
View
|
1
|
3 chunks |
+22 lines, -7 lines |
0 comments
|
Download
|
 |
M |
athena/content/content_activity_factory.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/content/shell/content_activity_factory.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/content/shell/shell_app_activity.h
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
athena/content/shell/shell_app_activity.cc
|
View
|
|
2 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/content/web_activity.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/content/web_activity.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/extensions/chrome/athena_apps_client.cc
|
View
|
|
2 chunks |
+24 lines, -6 lines |
0 comments
|
Download
|
 |
M |
athena/resource_manager/resource_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity_factory.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
athena/test/sample_activity_factory.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 22 (10 generated)
|