|
|
Add a self-destruct mechanism to user-level Chrome Frame when it detects that system-level Chrome Frame is present. This is a first step to handling user-to-system-level handoff.
It will cause a user-level install to be correctly replaced with a system-level one once the user logs out and back in again. Additional changelists
will follow that:
1) Ensure full clean-up of the user-level installation.
2) Handle notifications such that logging out and in again isn't required.
BUG= 82816
TEST=Install user-level Chrome Frame.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=87033
Total comments: 52
Total comments: 31
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+483 lines, -26 lines) |
Patch |
 |
M |
chrome/browser/browser_main.cc
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/installer/util/browser_distribution.cc
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/util_constants.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/util_constants.cc
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/bho_loader.cc
|
View
|
1
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame.gyp
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_helper_main.cc
|
View
|
1
2
3
4
|
4 chunks |
+110 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_helper_util.h
|
View
|
1
2
3
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_helper_util.cc
|
View
|
1
2
3
|
2 chunks |
+95 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_launcher.gyp
|
View
|
1
2
3
4
|
5 chunks |
+33 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_tab.cc
|
View
|
1
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/registry_watcher.h
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/registry_watcher.cc
|
View
|
1
2
3
|
1 chunk |
+101 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/test/registry_watcher_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|