|
Eliminate AutofillWebDataService::FromBrowserContext().
Core code in the Autofill component now gets the AutofillWebDataService from
the embedder. This CL eliminates the declaration of the static
AutofillWebDataService::FromBrowserContext() from the Autofill component's core
code, instead having the concept of getting an AutofillWebDataService from a
BrowserContext/Profile be entirely an embedder-level concept.
BUG= 303048
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238389
Total comments: 14
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+76 lines, -67 lines) |
Patch |
 |
M |
android_webview/native/aw_autofill_manager_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_form_database.cc
|
View
|
|
2 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/autofill/personal_data_manager_factory.cc
|
View
|
1
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data/browsing_data_remover.cc
|
View
|
1
2
3
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/autofill_data_type_controller.cc
|
View
|
1
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
View
|
1
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
View
|
1
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_components_factory_impl.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/autofill_helper.cc
|
View
|
1
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc
|
View
|
1
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service_factory.h
|
View
|
1
2
|
1 chunk |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/webdata/web_data_service_factory.cc
|
View
|
1
2
|
3 chunks |
+19 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/DEPS
|
View
|
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/autofill/core/browser/webdata/autofill_webdata_service.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 25 (0 generated)
|