DescriptionClean up OffTheRecordProfileImplTest unit test
The previous version of this test could create up to 4 TestingProfiles:
1. TestingProfile from BrowserWithTestWindowTest::CreateProfile
2. TestingProfileWithHostZoomMap in the test body
3. An incognito version created by (2) via GetOffTheRecordProfile().
4. An incognito version created in the test body
Also the master/incognito relationships between these profiles are unclear.
Reduce this to the 2 needed instances:
1. TestingProfileWithHostZoomMap owned by BrowserWithTestWindowTest
2. An incognito version in the test body
BUG=395329
TEST=unit_tests OffTheRecordProfileImplTest.*
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284590
Patch Set 1 #Patch Set 2 : rebase #
Messages
Total messages: 5 (0 generated)
|