Index: chrome/test/base/testing_profile.cc |
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc |
index 711a640b9ec9339633bce66863013da35a394ae9..df3b0ade5001858234732e55d259371363ef1f33 100644 |
--- a/chrome/test/base/testing_profile.cc |
+++ b/chrome/test/base/testing_profile.cc |
@@ -645,6 +645,7 @@ Profile* TestingProfile::GetOffTheRecordProfile() { |
builder.SetIncognito(); |
scoped_ptr<TestingProfile> incognito_test_profile(builder.Build()); |
incognito_test_profile->SetOriginalProfile(this); |
+ incognito_test_profile->TrackZoomLevelsFromParent(this); |
SetOffTheRecordProfile(incognito_test_profile.PassAs<Profile>()); |
} |
return incognito_profile_.get(); |