diff options
Diffstat (limited to 'chrome/browser/extensions/api/web_navigation/web_navigation_api.h')
-rw-r--r-- | chrome/browser/extensions/api/web_navigation/web_navigation_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h index 71178ce..6e823d0 100644 --- a/chrome/browser/extensions/api/web_navigation/web_navigation_api.h +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api.h @@ -37,7 +37,7 @@ class WebNavigationTabObserver public: virtual ~WebNavigationTabObserver(); - // Returns the object for the given |tab_contents|. + // Returns the object for the given |web_contents|. static WebNavigationTabObserver* Get(content::WebContents* web_contents); const FrameNavigationState& frame_navigation_state() const { |