diff options
Diffstat (limited to 'chrome/browser/render_view_host.h')
-rw-r--r-- | chrome/browser/render_view_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/render_view_host.h b/chrome/browser/render_view_host.h index c0ebefe..98b045a 100644 --- a/chrome/browser/render_view_host.h +++ b/chrome/browser/render_view_host.h @@ -57,7 +57,7 @@ struct WebApplicationInfo; // // The intent of this class is to provide a view-agnostic communication // conduit with a renderer. This is so we can build HTML views not only as -// TabContents (see WebContents for an example) but also as ChromeViews, etc. +// TabContents (see WebContents for an example) but also as views, etc. // // The exact API of this object needs to be more thoroughly designed. Right // now it mimics what WebContents exposed, which is a fairly large API and may |