summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authoryosin@chromium.org <yosin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 16:01:46 +0000
committeryosin@chromium.org <yosin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 16:01:46 +0000
commitd407cc0d24e3b55a68bbe8098da26bde8ad666b6 (patch)
treeb3f3857d9d4d1be7cca44b969b9a1d078b3b96fa /chrome/chrome_tests.gypi
parentd2a53042edaec224127d158be00b3d3356b87653 (diff)
downloadchromium_src-d407cc0d24e3b55a68bbe8098da26bde8ad666b6.zip
chromium_src-d407cc0d24e3b55a68bbe8098da26bde8ad666b6.tar.gz
chromium_src-d407cc0d24e3b55a68bbe8098da26bde8ad666b6.tar.bz2
Summary of changes
== chrome/browser/profiles/off_the_record_profile.cc == == chrome/browser/profiles/off_the_record_profile.h == * Change GetHostZoomMap for populating from parent's host zoom map. * Install observer in off the record profile to observe original HZM changes * Move object initialization code to Init method for two phase initialization. == content/browser/host_zoom_map.* == * Populating newly created HostZoomMap(HZM) for off the record profile with zoom level settings from original profile. == content/browser/renderer_host/render_view_host.cc == Propagate zoom level change to related hosts to update page rendering. BUG=88355 TEST=Manual test on Linux/Mac/Win and unit test Review URL: http://codereview.chromium.org/7624013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 03278f8..49e6e18 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1419,6 +1419,7 @@
'browser/process_info_snapshot_mac_unittest.cc',
'browser/process_singleton_mac_unittest.cc',
'browser/profiles/avatar_menu_model_unittest.cc',
+ 'browser/profiles/off_the_record_profile_impl_unittest.cc',
'browser/profiles/profile_dependency_manager_unittest.cc',
'browser/profiles/profile_info_cache_unittest.cc',
'browser/profiles/profile_manager_unittest.cc',