| Index: content/browser/tab_contents/navigation_entry.h
|
| ===================================================================
|
| --- content/browser/tab_contents/navigation_entry.h (revision 109910)
|
| +++ content/browser/tab_contents/navigation_entry.h (working copy)
|
| @@ -209,7 +209,7 @@
|
| //
|
| // 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_;
|
|
|