summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 11:59:25 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-16 11:59:25 +0000
commit15c3aa125f01687f0433c1b496eaa9249e6c3001 (patch)
tree99e66017fa2464416da237775752c85484cdac10 /chrome
parent373e49d167befd846fe5e81e95fa80c825850619 (diff)
downloadchromium_src-15c3aa125f01687f0433c1b496eaa9249e6c3001.zip
chromium_src-15c3aa125f01687f0433c1b496eaa9249e6c3001.tar.gz
chromium_src-15c3aa125f01687f0433c1b496eaa9249e6c3001.tar.bz2
Fix random typo to trigger a build.
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/5928004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/automation/tab_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 9470131..8c70abd3 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -343,11 +343,11 @@ class TabProxy : public AutomationResourceProxy,
// Causes a click on the "accept" button of the info-bar at |info_bar_index|.
// If |wait_for_navigation| is true, this call does not return until a
- // navigation has occured.
+ // navigation has occurred.
bool ClickInfoBarAccept(int info_bar_index,
bool wait_for_navigation) WARN_UNUSED_RESULT;
- // Retrieves the time at which the last navigation occured. This is intended
+ // Retrieves the time at which the last navigation occurred. This is intended
// to be used with WaitForNavigation (see below).
bool GetLastNavigationTime(int64* last_navigation_time) WARN_UNUSED_RESULT;