| Index: content/public/browser/web_contents_view.h
|
| diff --git a/content/public/browser/web_contents_view.h b/content/public/browser/web_contents_view.h
|
| index d971b2ecd0b840b106093e1501ee2abf6b837832..73abdc53479f1179d5d2e80e454f0301400a491e 100644
|
| --- a/content/public/browser/web_contents_view.h
|
| +++ b/content/public/browser/web_contents_view.h
|
| @@ -90,7 +90,7 @@ class CONTENT_EXPORT WebContentsView
|
| // Sets focus to the native widget for this tab.
|
| virtual void Focus() = 0;
|
|
|
| - // Sets focus to the appropriate element when the tab contents is shown the
|
| + // Sets focus to the appropriate element when the WebContents is shown the
|
| // first time.
|
| virtual void SetInitialFocus() = 0;
|
|
|
| @@ -102,7 +102,7 @@ class CONTENT_EXPORT WebContentsView
|
| virtual void RestoreFocus() = 0;
|
|
|
| // If we try to close the tab while a drag is in progress, we crash. These
|
| - // methods allow the tab contents to determine if a drag is in progress and
|
| + // methods allow the WebContents to determine if a drag is in progress and
|
| // postpone the tab closing.
|
| virtual bool IsDoingDrag() const = 0;
|
| virtual void CancelDragAndCloseTab() = 0;
|
|
|