| Index: chrome/browser/tab_contents/background_contents.cc
|
| diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc
|
| index 7d73127370ee164b975478dd7f546a4f867ebbff..3f1834b6175cedf83239229be0daffadb8bf3a5f 100644
|
| --- a/chrome/browser/tab_contents/background_contents.cc
|
| +++ b/chrome/browser/tab_contents/background_contents.cc
|
| @@ -92,7 +92,7 @@ void BackgroundContents::DidNavigateMainFramePostCommit(WebContents* tab) {
|
| content::Details<BackgroundContents>(this));
|
| }
|
|
|
| -// Forward requests to add a new TabContents to our delegate.
|
| +// Forward requests to add a new WebContents to our delegate.
|
| void BackgroundContents::AddNewContents(WebContents* source,
|
| WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|