diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/event_pages.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/event_pages.html b/chrome/common/extensions/docs/templates/articles/event_pages.html index 36285f2..7c6c422 100644 --- a/chrome/common/extensions/docs/templates/articles/event_pages.html +++ b/chrome/common/extensions/docs/templates/articles/event_pages.html @@ -90,8 +90,7 @@ only prevents it from closing once loaded. <p> Make sure your event page closes as soon as the event that opened it is processed. -You can observe the lifetime of your event page by clicking -on "View Background Pages" in the Chrome menu, or by +You can observe the lifetime of your event page by opening Chrome's task manager. You can see when your event page loads and unloads by observing when an entry for your extension appears in the list of processes. |