|
Make the browser<-->metro_viewer IPC channel name a constant instead of hardcoding it in a few places and passing it via a flag.
Supporting a more generic use case via flags was making things more complicated for no apparent reason (other than perhaps one day supporting a random-channel-id -- I removed that TODO in this CL). This simplification will make it easier to introduce some sort of --viewer-launch-via-appid-and-connect flag for https://codereview.chromium.org/16022003/
BUG= 179830
TEST=Can still launch Ash in Metro.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207750
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+75 lines, -67 lines) |
Patch |
 |
M |
ash/test/ash_test_base.cc
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_metro_viewer_process_host.h
|
View
|
1
2
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_metro_viewer_process_host.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_process_platform_part_aurawin.cc
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
win8/delegate_execute/command_execute_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
win8/metro_driver/chrome_app_view_ash.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
win8/metro_driver/metro_driver.gyp
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
A |
win8/viewer/metro_viewer_constants.h
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
win8/viewer/metro_viewer_constants.cc
|
View
|
1
2
3
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
win8/viewer/metro_viewer_process_host.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
win8/viewer/metro_viewer_process_host.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
win8/win8.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|