|
Implement a ReadyPromptContent that displays a prompt to accept, temporarily decline, or permanently decline ready mode. Implement a RegistryReadyModeState that manages the state (based on user's decision) in the registry. Interfaces to integrate those with the installer.
BUG=None
TEST=chrome_frame_unittests --gtest_filter='Ready*'
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69175
Total comments: 17
Total comments: 30
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1095 lines, -3 lines) |
Patch |
 |
M |
chrome/app/cf_resources.rc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame.gyp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/installation_state.h
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/ready_mode_state.h
|
View
|
1
2
3
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/ready_prompt_content.h
|
View
|
1
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/ready_prompt_content.cc
|
View
|
1
2
3
|
1 chunk |
+102 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/ready_prompt_window.h
|
View
|
1
2
3
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/ready_prompt_window.cc
|
View
|
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/registry_ready_mode_state.h
|
View
|
1
2
3
4
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/internal/registry_ready_mode_state.cc
|
View
|
1
2
3
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/ready_mode/ready_mode_manager.h
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/test/ready_mode_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+473 lines, -0 lines |
0 comments
|
Download
|
 |
M |
tools/grit/resource_ids
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|