|
Clean up WebNavigationObserver by taking out password specific callbacks, and make PasswordManager just dispatch the IPC message directly to achieve this. I've also combined WebNavigationObserver with IPC message filtering (I hadn't seen the former when I added it). This allows a little more cleanup in AutoFillManager.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72155
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+68 lines, -125 lines) |
Patch |
 |
M |
chrome/browser/autocomplete_history_manager.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.h
|
View
|
1
2
3
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/autofill_manager.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager.cc
|
View
|
|
3 chunks |
+14 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/password_manager/password_manager_unittest.cc
|
View
|
1
|
6 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.h
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
|
3 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host_delegate.h
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.h
|
View
|
1
2
3
|
4 chunks |
+1 line, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/tab_contents.cc
|
View
|
1
|
4 chunks |
+7 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/tab_contents/web_navigation_observer.h
|
View
|
1
|
2 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/translate/translate_manager.cc
|
View
|
1
2
3
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/login/login_prompt.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|