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

Issue 17450010: Create AutofillDriverImpl unit test. (Closed)

Created:
7 years, 6 months ago by blundell
Modified:
7 years, 6 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, Raman Kakilate, benquan, jam, ahutter, browser-components-watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org, selim, benm (inactive)
Visibility:
Public.

Description

Create AutofillDriverImpl unit test. The unit test is currently skeletal; future CLs will flesh it out. BUG=247015 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208039

Patch Set 1 #

Patch Set 2 : Nits #

Total comments: 20

Patch Set 3 : Response to review #

Total comments: 18

Patch Set 4 : Response to review #

Patch Set 5 : Nit #

Patch Set 6 : Rebase after conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -28 lines) Patch
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/content/browser/DEPS View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.h View 1 2 3 4 5 2 chunks +8 lines, -3 lines 0 comments Download
M components/autofill/content/browser/autofill_driver_impl.cc View 1 2 3 4 5 3 chunks +32 lines, -23 lines 0 comments Download
A components/autofill/content/browser/autofill_driver_impl_unittest.cc View 1 2 3 4 5 1 chunk +100 lines, -0 lines 0 comments Download
M components/autofill/core/browser/autofill_manager.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
blundell
https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl_unittest.cc File components/autofill/content/browser/autofill_driver_impl_unittest.cc (right): https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl_unittest.cc#newcode9 components/autofill/content/browser/autofill_driver_impl_unittest.cc:9: #include "chrome/browser/ui/autofill/tab_autofill_manager_delegate.h" Is there a way around creating the ...
7 years, 6 months ago (2013-06-19 17:49:37 UTC) #1
Ilya Sherman
https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl.h File components/autofill/content/browser/autofill_driver_impl.h (right): https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl.h#newcode76 components/autofill/content/browser/autofill_driver_impl.h:76: autofill_manager_.reset(manager.release()); nit: Can you use .Pass() instead of .release() ...
7 years, 6 months ago (2013-06-20 00:07:15 UTC) #2
Jói
I will defer to Ilya, he knows this code better. Removing myself as a reviewer ...
7 years, 6 months ago (2013-06-20 11:12:42 UTC) #3
blundell
Thanks! https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl.h File components/autofill/content/browser/autofill_driver_impl.h (right): https://codereview.chromium.org/17450010/diff/1001/components/autofill/content/browser/autofill_driver_impl.h#newcode76 components/autofill/content/browser/autofill_driver_impl.h:76: autofill_manager_.reset(manager.release()); On 2013/06/20 00:07:16, Ilya Sherman wrote: > ...
7 years, 6 months ago (2013-06-21 12:55:23 UTC) #4
Ilya Sherman
Thanks! LGTM % nits: https://codereview.chromium.org/17450010/diff/8001/components/autofill/content/browser/autofill_driver_impl.h File components/autofill/content/browser/autofill_driver_impl.h (right): https://codereview.chromium.org/17450010/diff/8001/components/autofill/content/browser/autofill_driver_impl.h#newcode74 components/autofill/content/browser/autofill_driver_impl.h:74: // Sets the manager to ...
7 years, 6 months ago (2013-06-21 20:19:23 UTC) #5
blundell
Thanks! https://codereview.chromium.org/17450010/diff/8001/components/autofill/content/browser/autofill_driver_impl.h File components/autofill/content/browser/autofill_driver_impl.h (right): https://codereview.chromium.org/17450010/diff/8001/components/autofill/content/browser/autofill_driver_impl.h#newcode74 components/autofill/content/browser/autofill_driver_impl.h:74: // Sets the manager to |manager|. Takes ownership ...
7 years, 6 months ago (2013-06-22 06:29:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17450010/25001
7 years, 6 months ago (2013-06-22 06:29:49 UTC) #7
commit-bot: I haz the power
Failed to apply patch for components/autofill/content/browser/autofill_driver_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-22 06:29:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/blundell@chromium.org/17450010/29001
7 years, 6 months ago (2013-06-22 07:19:34 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 14:32:04 UTC) #10
Message was sent while issue was closed.
Change committed as 208039

Powered by Google App Engine
This is Rietveld 408576698