Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Issue 10919066: Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile. (Closed)

Created:
8 years, 3 months ago by Jói
Modified:
8 years, 3 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, Ilya Sherman, browser-components-watch_chromium.org, dyu1
Visibility:
Public.

Description

Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile. All that Autofill needed from Profile, apart from looking up services keyed on Profile, was stuff already in BrowserContext e.g. IsIncognitoMode(). Once a base class for ProfileSyncService migrates to API, we should be able to remove the profile.h includes in Autofill. TBR=mechanicalowners@chromium.org BUG=140037 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156620

Patch Set 1 #

Total comments: 8

Patch Set 2 : Original profile #

Patch Set 3 : Merge LKGR #

Patch Set 4 : Merge to parent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -83 lines) Patch
M chrome/browser/api/prefs/pref_service_base.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/api/webdata/web_data_service_base.h View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/autofill/DEPS View 1 2 3 1 chunk +11 lines, -1 line 0 comments Download
M chrome/browser/autofill/autocomplete_history_manager.h View 1 2 3 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autocomplete_history_manager.cc View 1 2 3 4 chunks +13 lines, -10 lines 0 comments Download
M chrome/browser/autofill/autofill_common_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_download.h View 3 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/autofill/autofill_download.cc View 5 chunks +10 lines, -7 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_delegate.h View 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.h View 1 2 3 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/autofill/personal_data_manager.cc View 1 2 3 28 chunks +46 lines, -40 lines 0 comments Download
M chrome/browser/prefs/pref_service.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/preferences_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Jói
8 years, 3 months ago (2012-09-03 23:47:03 UTC) #1
erikwright (departed)
Main question: what is the long term plan for each of the cases where a ...
8 years, 3 months ago (2012-09-04 19:42:14 UTC) #2
Jói
Thanks for the review. http://codereview.chromium.org/10919066/diff/1/chrome/browser/autofill/DEPS File chrome/browser/autofill/DEPS (right): http://codereview.chromium.org/10919066/diff/1/chrome/browser/autofill/DEPS#newcode28 chrome/browser/autofill/DEPS:28: # Needs abstract base. On ...
8 years, 3 months ago (2012-09-04 20:10:24 UTC) #3
erikwright (departed)
On 2012/09/04 20:10:24, Jói wrote: > Thanks for the review. > > http://codereview.chromium.org/10919066/diff/1/chrome/browser/autofill/DEPS > File ...
8 years, 3 months ago (2012-09-06 18:08:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/10919066/10001
8 years, 3 months ago (2012-09-13 17:20:41 UTC) #5
commit-bot: I haz the power
Presubmit check for 10919066-10001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-13 17:20:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joi@chromium.org/10919066/10001
8 years, 3 months ago (2012-09-13 17:23:00 UTC) #7
commit-bot: I haz the power
8 years, 3 months ago (2012-09-13 20:27:04 UTC) #8
Change committed as 156620

Powered by Google App Engine
This is Rietveld 408576698