| Index: content/browser/tab_contents/navigation_entry.h
|
| diff --git a/content/browser/tab_contents/navigation_entry.h b/content/browser/tab_contents/navigation_entry.h
|
| index 5f729c5fc394c8457e301f48e0e00511acd632d2..eea3f350213ba3a1a7d71533dcaca5d2a63b8458 100644
|
| --- a/content/browser/tab_contents/navigation_entry.h
|
| +++ b/content/browser/tab_contents/navigation_entry.h
|
| @@ -209,7 +209,7 @@ class CONTENT_EXPORT NavigationEntry {
|
| //
|
| // Note that the SiteInstance should usually not be changed after it is set,
|
| // but this may happen if the NavigationEntry was cloned and needs to use a
|
| - // different SiteInstance, or if a hosted app is installed or uninstalled.
|
| + // different SiteInstance.
|
| void set_site_instance(SiteInstance* site_instance);
|
| SiteInstance* site_instance() const {
|
| return site_instance_;
|
|
|