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

Issue 6251004: Sync: Clean up fake URLFetcher factory prior to browser shut down (Closed)

Created:
9 years, 11 months ago by Raghu Simha
Modified:
9 years, 7 months ago
Reviewers:
akalin
CC:
chromium-reviews, Raghu Simha, ncarter (slow), idana, tim (not reviewing), Paweł Hajdan Jr.
Visibility:
Public.

Description

Sync: Clean up fake URLFetcher factory prior to browser shut down Revision 71253 introduced a fake URLFetcher factory to the sync tests. The clean up step of reverting to the default URLFetcher was added to LiveSyncTest::TearDown(), which is run after browser shut down. The correct place to add the clean up step is the method LiveSyncTest::TearDownInProcessBrowserTestFixture(), which is run prior to browser shut down. This patch merely moves the clean up step to the right spot. TBR=akalin@chromium.org BUG=69184, 56729, 53931 TEST=sync_integration_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71392

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M chrome/test/live_sync/live_sync_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Raghu Simha
Fred, please review. Thanks.
9 years, 11 months ago (2011-01-13 23:58:44 UTC) #1
akalin
9 years, 11 months ago (2011-01-14 00:27:56 UTC) #2
LGTM

On 2011/01/13 23:58:44, rsimha wrote:
> Fred, please review. Thanks.

Powered by Google App Engine
This is Rietveld 408576698