Clean 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.* Review URL: https://codereview.chromium.org/403103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284590 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment