diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 12:40:10 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-14 12:40:10 +0000 |
commit | 0d60f0199b8be7f6597aae7796de8f1c4b2534bb (patch) | |
tree | c516b91b2141bed811365653898b40867dbd18aa /chrome/browser/automation/automation_tab_helper_unittest.cc | |
parent | fab807ebcfcc992559b4197ba7264bed611f2eb0 (diff) | |
download | chromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.zip chromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.tar.gz chromium_src-0d60f0199b8be7f6597aae7796de8f1c4b2534bb.tar.bz2 |
Use TabContentsObserver to monitor web navigation events instead of notifications
BUG=none
TEST=WebNavigation* browser tests
Review URL: http://codereview.chromium.org/6822048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_tab_helper_unittest.cc')
-rw-r--r-- | chrome/browser/automation/automation_tab_helper_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_tab_helper_unittest.cc b/chrome/browser/automation/automation_tab_helper_unittest.cc index 3191f90..a480fc6 100644 --- a/chrome/browser/automation/automation_tab_helper_unittest.cc +++ b/chrome/browser/automation/automation_tab_helper_unittest.cc @@ -35,7 +35,7 @@ class AutomationTabHelperTest : public TabContentsWrapperTestHarness { } void TabContentsDestroyed() { - tab_helper()->OnTabContentsDestroyed(contents_wrapper()->tab_contents()); + tab_helper()->TabContentsDestroyed(contents_wrapper()->tab_contents()); } void WillPerformClientRedirect(int64 frame_id) { |