| Index: content/public/browser/web_contents.h
|
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
| index 14c614c765bb744d29a5c18920dbf5a692e0746e..2d788807cbf73cab3dab325e127db1e55237678e 100644
|
| --- a/content/public/browser/web_contents.h
|
| +++ b/content/public/browser/web_contents.h
|
| @@ -606,7 +606,7 @@ class WebContents : public PageNavigator,
|
| virtual content::RendererPreferences* GetMutableRendererPrefs() = 0;
|
|
|
| // Tells the tab to close now. The tab will take care not to close until it's
|
| - // out of nested message loops.
|
| + // out of nested run loops.
|
| virtual void Close() = 0;
|
|
|
| // A render view-originated drag has ended. Informs the render view host and
|
|
|