|
Have AutofillManagerDelegate supply the AutofillWebDataService to core code.
In this change, Autofill core code now gets the AutofillWebDataService that it
should use from its embedder (i.e., AutofillManagerDelegate) rather than by
calling AutofillWebDataService::FromBrowserContext().
This change is a prelude to eliminating the
AutofillWebDataService::FromBrowserContext() method in favor of static methods
that live in the embedders as necessary.
BUG= 303048
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235994
Total comments: 20
Total comments: 4
Total comments: 13
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -210 lines) |
Patch |
 |
M |
android_webview/native/aw_autofill_manager_delegate.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
android_webview/native/aw_autofill_manager_delegate.cc
|
View
|
1
2
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/personal_data_manager_factory.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
View
|
1
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autocomplete_history_manager.h
|
View
|
1
|
2 chunks |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autocomplete_history_manager.cc
|
View
|
1
|
5 chunks |
+10 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autocomplete_history_manager_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+13 lines, -42 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager_delegate.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_manager_unittest.cc
|
View
|
1
|
4 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/autofill_metrics_unittest.cc
|
View
|
1
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.h
|
View
|
1
2
3
|
3 chunks |
+20 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager.cc
|
View
|
1
2
3
|
20 chunks |
+32 lines, -81 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/personal_data_manager_unittest.cc
|
View
|
1
2
3
|
7 chunks |
+34 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/test_autofill_manager_delegate.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/test_autofill_manager_delegate.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|