summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-28 17:14:28 +0000
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-28 17:14:28 +0000
commitff677bcb3e08bb8be774ca69f1dd961b8c8eb490 (patch)
treef924d7fc23edc8046f1437ac8d001fc3b7e0752a /chrome/browser
parentf8f0195138a035db164ec1e9c6c6fd454701627a (diff)
downloadchromium_src-ff677bcb3e08bb8be774ca69f1dd961b8c8eb490.zip
chromium_src-ff677bcb3e08bb8be774ca69f1dd961b8c8eb490.tar.gz
chromium_src-ff677bcb3e08bb8be774ca69f1dd961b8c8eb490.tar.bz2
No code change, just changing a comment (a nit from my previous review). This fixes that.
TBR=sky git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1491 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/automation/automation_provider.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index 24b335e..370eeb3 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -301,9 +301,9 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
void OnMessageFromExternalHost(int handle, const std::string& target,
const std::string& message);
- // Convert a tab handle into a WebContents. If |tab| is specified a pointer
- // to the tab is returned. Returns NULL in case of failure or if the tab is
- // not of the WebContents type.
+ // Convert a tab handle into a WebContents. If |tab| is non-NULL a pointer
+ // to the tab is also returned. Returns NULL in case of failure or if the tab
+ // is not of the WebContents type.
WebContents* GetWebContentsForHandle(int handle, NavigationController** tab);
// Callback for history redirect queries.